|
ParaView
|
#include <vtkSIPVRepresentationProxy.h>


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 vtkSIPVRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIPVRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIPVRepresentationProxy () | |
| ~vtkSIPVRepresentationProxy () | |
| virtual bool | ReadXMLAttributes (vtkPVXMLElement *element) |
vtkSIPVRepresentationProxy is the helper for vtkSMPVRepresentationProxy.
Definition at line 25 of file vtkSIPVRepresentationProxy.h.
| vtkSIPVRepresentationProxy::vtkSIPVRepresentationProxy | ( | ) | [protected] |
| vtkSIPVRepresentationProxy::~vtkSIPVRepresentationProxy | ( | ) | [protected] |
| 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.
1.7.5.1