|
ParaView
|
representation that can be used to show a uniform grid volume in a render view. More...
#include <vtkSIUniformGridVolumeRepresentationProxy.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 vtkSIUniformGridVolumeRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIUniformGridVolumeRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIUniformGridVolumeRepresentationProxy () | |
| ~vtkSIUniformGridVolumeRepresentationProxy () | |
| virtual bool | CreateVTKObjects (vtkSMMessage *) |
representation that can be used to show a uniform grid volume in a render view.
vtkSIUniformGridVolumeRepresentationProxy is a concrete representation that can be used to render the uniform grid volume in a vtkSMRenderViewProxy. It supports rendering the uniform grid volume data.
Definition at line 29 of file vtkSIUniformGridVolumeRepresentationProxy.h.
| vtkSIUniformGridVolumeRepresentationProxy::vtkSIUniformGridVolumeRepresentationProxy | ( | ) | [protected] |
| vtkSIUniformGridVolumeRepresentationProxy::~vtkSIUniformGridVolumeRepresentationProxy | ( | ) | [protected] |
| static vtkSIUniformGridVolumeRepresentationProxy* vtkSIUniformGridVolumeRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual const char* vtkSIUniformGridVolumeRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static int vtkSIUniformGridVolumeRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual int vtkSIUniformGridVolumeRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static vtkSIUniformGridVolumeRepresentationProxy* vtkSIUniformGridVolumeRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProxy.
| void vtkSIUniformGridVolumeRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProxy.
| virtual bool vtkSIUniformGridVolumeRepresentationProxy::CreateVTKObjects | ( | vtkSMMessage * | message | ) | [protected, virtual] |
Creates the VTK objects. This also parses the xml definition for proxy to create property-handlers. Returns true if object are (or have been) created successfully. message is used to obtain information about what proxy helper this is if the objects need to be created.
Reimplemented from vtkSIProxy.
1.7.5.1