src
paraview-5.12
Remoting
Views
vtkStructuredGridVolumeRepresentation.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
13
#ifndef vtkStructuredGridVolumeRepresentation_h
14
#define vtkStructuredGridVolumeRepresentation_h
15
16
#include "
vtkUnstructuredGridVolumeRepresentation.h
"
17
18
class
VTKREMOTINGVIEWS_EXPORT
vtkStructuredGridVolumeRepresentation
19
:
public
vtkUnstructuredGridVolumeRepresentation
20
{
21
public
:
22
static
vtkStructuredGridVolumeRepresentation
*
New
();
23
vtkTypeMacro(
vtkStructuredGridVolumeRepresentation
,
vtkUnstructuredGridVolumeRepresentation
);
24
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
25
26
protected
:
27
vtkStructuredGridVolumeRepresentation
();
28
~
vtkStructuredGridVolumeRepresentation
()
override
;
29
33
int
FillInputPortInformation
(
int
port,
vtkInformation
* info)
override
;
34
35
private
:
36
vtkStructuredGridVolumeRepresentation
(
const
vtkStructuredGridVolumeRepresentation
&) =
delete
;
37
void
operator=(
const
vtkStructuredGridVolumeRepresentation
&) =
delete
;
38
};
39
40
#endif
vtkUnstructuredGridVolumeRepresentation::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill input port information.
vtkUnstructuredGridVolumeRepresentation::New
static vtkUnstructuredGridVolumeRepresentation * New()
vtkUnstructuredGridVolumeRepresentation.h
vtkIndent
vtkUnstructuredGridVolumeRepresentation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkInformation
vtkStructuredGridVolumeRepresentation
representation for rendering vtkStructuredGrid as volume.
Definition:
vtkStructuredGridVolumeRepresentation.h:18
vtkUnstructuredGridVolumeRepresentation
representation for showing vtkUnstructuredGrid datasets as volumes.
Definition:
vtkUnstructuredGridVolumeRepresentation.h:32
Generated by
1.8.17 on Wed Mar 27 2024