vtkSIUnstructuredGridVolumeRepresentationProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkSIUnstructuredGridVolumeRepresentationProxy_h
13 #define vtkSIUnstructuredGridVolumeRepresentationProxy_h
14 
15 #include "vtkRemotingViewsModule.h" //needed for exports
16 #include "vtkSIProxy.h"
17 
18 class VTKREMOTINGVIEWS_EXPORT vtkSIUnstructuredGridVolumeRepresentationProxy : public vtkSIProxy
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
25 protected:
28 
32  bool CreateVTKObjects() override;
33 
34 private:
37  void operator=(const vtkSIUnstructuredGridVolumeRepresentationProxy&) = delete;
38 };
39 
40 #endif
vtkSIProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSIProxy
Definition: vtkSIProxy.h:22
vtkSIProxy::New
static vtkSIProxy * New()
vtkSIProxy::CreateVTKObjects
virtual bool CreateVTKObjects()
Creates the VTK objects.
vtkSIProxy.h
vtkIndent
vtkSIUnstructuredGridVolumeRepresentationProxy
representation that can be used to show a unstructured grid volume in a render view.
Definition: vtkSIUnstructuredGridVolumeRepresentationProxy.h:18