|
ParaView
|
representation that can be used to show a unstructured grid volume in a render view. More...
#include <vtkSIUnstructuredGridVolumeRepresentationProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSIUnstructuredGridVolumeRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIUnstructuredGridVolumeRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIUnstructuredGridVolumeRepresentationProxy () | |
| ~vtkSIUnstructuredGridVolumeRepresentationProxy () | |
| virtual void | OnCreateVTKObjects () |
representation that can be used to show a unstructured grid volume in a render view.
vtkSIUnstructuredGridVolumeRepresentationProxy is a concrete representation that can be used to render the unstructured grid volume in a vtkSIRenderViewProxy.
Definition at line 28 of file vtkSIUnstructuredGridVolumeRepresentationProxy.h.
| vtkSIUnstructuredGridVolumeRepresentationProxy::vtkSIUnstructuredGridVolumeRepresentationProxy | ( | ) | [protected] |
| vtkSIUnstructuredGridVolumeRepresentationProxy::~vtkSIUnstructuredGridVolumeRepresentationProxy | ( | ) | [protected] |
| static vtkSIUnstructuredGridVolumeRepresentationProxy* vtkSIUnstructuredGridVolumeRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual const char* vtkSIUnstructuredGridVolumeRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static int vtkSIUnstructuredGridVolumeRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual int vtkSIUnstructuredGridVolumeRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static vtkSIUnstructuredGridVolumeRepresentationProxy* vtkSIUnstructuredGridVolumeRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProxy.
| void vtkSIUnstructuredGridVolumeRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProxy.
| virtual void vtkSIUnstructuredGridVolumeRepresentationProxy::OnCreateVTKObjects | ( | ) | [protected, virtual] |
Register the mappers.
Reimplemented from vtkSIProxy.
1.7.5.1