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

#include <vtkSIPVRepresentationProxy.h>

Inheritance diagram for vtkSIPVRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSIPVRepresentationProxy:
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)
virtual void AboutToDelete ()

Static Public Member Functions

static vtkSIPVRepresentationProxyNew ()
static int IsTypeOf (const char *type)
static vtkSIPVRepresentationProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSIPVRepresentationProxy ()
 ~vtkSIPVRepresentationProxy ()
virtual bool ReadXMLAttributes (vtkPVXMLElement *element)

Detailed Description

vtkSIPVRepresentationProxy is the helper for vtkSMPVRepresentationProxy.

Definition at line 25 of file vtkSIPVRepresentationProxy.h.


Constructor & Destructor Documentation

vtkSIPVRepresentationProxy::vtkSIPVRepresentationProxy ( ) [protected]
vtkSIPVRepresentationProxy::~vtkSIPVRepresentationProxy ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkSIProxy.

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

Reimplemented from vtkSIProxy.

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

Reimplemented from vtkSIProxy.

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

Reimplemented from vtkSIProxy.

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

Reimplemented from vtkSIProxy.

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

Reimplemented from vtkSIProxy.

virtual void vtkSIPVRepresentationProxy::AboutToDelete ( ) [virtual]

This method is called before the deletion of the SIObject. Basically this is used to remove all dependency with other SIObject so after a first pass on all SIObject with a AboutToDelete() we can simply delete the remaining SIObjects.

Reimplemented from vtkSIProxy.

virtual bool vtkSIPVRepresentationProxy::ReadXMLAttributes ( vtkPVXMLElement element) [protected, virtual]

Parses the XML to create property/subproxy helpers. Overridden to parse all the "RepresentationType" elements.

Reimplemented from vtkSIProxy.


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