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

#include <vtkSISelectionRepresentationProxy.h>

Inheritance diagram for vtkSISelectionRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSISelectionRepresentationProxy:
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
vtkSISelectionRepresentationProxy
New ()
static int IsTypeOf (const char *type)
static
vtkSISelectionRepresentationProxy
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSISelectionRepresentationProxy ()
 ~vtkSISelectionRepresentationProxy ()
virtual bool CreateVTKObjects (vtkSMMessage *message)

Detailed Description

Representation use to show selection. This shows only the selection i.e. output of ExtractSelection filter.

Definition at line 28 of file vtkSISelectionRepresentationProxy.h.


Constructor & Destructor Documentation

vtkSISelectionRepresentationProxy::vtkSISelectionRepresentationProxy ( ) [protected]
vtkSISelectionRepresentationProxy::~vtkSISelectionRepresentationProxy ( ) [protected]

Member Function Documentation

static vtkSISelectionRepresentationProxy* vtkSISelectionRepresentationProxy::New ( ) [static]

Reimplemented from vtkSIProxy.

virtual const char* vtkSISelectionRepresentationProxy::GetClassName ( ) [virtual]

Reimplemented from vtkSIProxy.

static int vtkSISelectionRepresentationProxy::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSIProxy.

virtual int vtkSISelectionRepresentationProxy::IsA ( const char *  type) [virtual]

Reimplemented from vtkSIProxy.

static vtkSISelectionRepresentationProxy* vtkSISelectionRepresentationProxy::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSIProxy.

void vtkSISelectionRepresentationProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSIProxy.

virtual bool vtkSISelectionRepresentationProxy::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: