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 
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
virtual bool CreateVTKObjects()
Creates the VTK objects.
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSIProxy is the server-implementation for a vtkSMProxy that helps the vtkSMProxy with managing/upda...
Definition: vtkSIProxy.h:22
representation that can be used to show a unstructured grid volume in a render view.
static vtkSIProxy * New()