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 
17 
18 class VTKREMOTINGVIEWS_EXPORT vtkStructuredGridVolumeRepresentation
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
29 
33  int FillInputPortInformation(int port, vtkInformation* info) override;
34 
35 private:
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