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 
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
#define VTKREMOTINGVIEWS_EXPORT
static vtkUnstructuredGridVolumeRepresentation * New()
representation for rendering vtkStructuredGrid as volume.
void PrintSelf(ostream &os, vtkIndent indent) override
representation for showing vtkUnstructuredGrid datasets as volumes.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill input port information.