ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSIUniformGridVolumeRepresentationProxy Class Reference

representation that can be used to show a uniform grid volume in a render view. More...

#include <vtkSIUniformGridVolumeRepresentationProxy.h>

Inheritance diagram for vtkSIUniformGridVolumeRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSIUniformGridVolumeRepresentationProxy:
Collaboration graph
[legend]

List of all members.

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 *)

Detailed Description

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.


Constructor & Destructor Documentation

vtkSIUniformGridVolumeRepresentationProxy::vtkSIUniformGridVolumeRepresentationProxy ( ) [protected]
vtkSIUniformGridVolumeRepresentationProxy::~vtkSIUniformGridVolumeRepresentationProxy ( ) [protected]

Member Function Documentation

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.


The documentation for this class was generated from the following file: