src
paraview-5.12
Remoting
Views
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
:
21
static
vtkSIUnstructuredGridVolumeRepresentationProxy
*
New
();
22
vtkTypeMacro(
vtkSIUnstructuredGridVolumeRepresentationProxy
,
vtkSIProxy
);
23
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
24
25
protected
:
26
vtkSIUnstructuredGridVolumeRepresentationProxy
();
27
~
vtkSIUnstructuredGridVolumeRepresentationProxy
()
override
;
28
32
bool
CreateVTKObjects
()
override
;
33
34
private
:
35
vtkSIUnstructuredGridVolumeRepresentationProxy
(
36
const
vtkSIUnstructuredGridVolumeRepresentationProxy
&) =
delete
;
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
Generated by
1.8.17 on Wed Mar 27 2024