|
ParaView
|
Creates a compound proxy from an XML definition. More...
#include <vtkSMCompoundProxyDefinitionLoader.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetRootElement (vtkPVXMLElement *) |
Static Public Member Functions | |
| static vtkSMCompoundProxyDefinitionLoader * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMCompoundProxyDefinitionLoader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMCompoundProxyDefinitionLoader () | |
| ~vtkSMCompoundProxyDefinitionLoader () | |
| virtual vtkPVXMLElement * | LocateProxyElement (vtkTypeUInt32 id) |
Protected Attributes | |
| vtkPVXMLElement * | RootElement |
Creates a compound proxy from an XML definition.
vtkSMCompoundProxyDefinitionLoader can load a compound proxy definition from a given vtkPVXMLElement. This element can be populated by a vtkPVXMLElement or obtained from the proxy manager.
Definition at line 33 of file vtkSMCompoundProxyDefinitionLoader.h.
| vtkSMCompoundProxyDefinitionLoader::vtkSMCompoundProxyDefinitionLoader | ( | ) | [protected] |
| vtkSMCompoundProxyDefinitionLoader::~vtkSMCompoundProxyDefinitionLoader | ( | ) | [protected] |
| static vtkSMCompoundProxyDefinitionLoader* vtkSMCompoundProxyDefinitionLoader::New | ( | ) | [static] |
Reimplemented from vtkSMDeserializerXML.
| virtual const char* vtkSMCompoundProxyDefinitionLoader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMDeserializerXML.
| static int vtkSMCompoundProxyDefinitionLoader::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMDeserializerXML.
| virtual int vtkSMCompoundProxyDefinitionLoader::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMDeserializerXML.
| static vtkSMCompoundProxyDefinitionLoader* vtkSMCompoundProxyDefinitionLoader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMDeserializerXML.
| void vtkSMCompoundProxyDefinitionLoader::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMDeserializerXML.
| virtual void vtkSMCompoundProxyDefinitionLoader::SetRootElement | ( | vtkPVXMLElement * | ) | [virtual] |
| virtual vtkPVXMLElement* vtkSMCompoundProxyDefinitionLoader::LocateProxyElement | ( | vtkTypeUInt32 | id | ) | [protected, virtual] |
Locate the XML for the proxy with the given id.
Reimplemented from vtkSMDeserializerXML.
Definition at line 49 of file vtkSMCompoundProxyDefinitionLoader.h.
1.7.5.1