ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSMCompoundProxyDefinitionLoader Class Reference

Creates a compound proxy from an XML definition. More...

#include <vtkSMCompoundProxyDefinitionLoader.h>

Inheritance diagram for vtkSMCompoundProxyDefinitionLoader:
Inheritance graph
[legend]
Collaboration diagram for vtkSMCompoundProxyDefinitionLoader:
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 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 vtkPVXMLElementLocateProxyElement (vtkTypeUInt32 id)

Protected Attributes

vtkPVXMLElementRootElement

Detailed Description

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.

See also:
vtkPVXMLElement vtkPVXMLParser vtkSMProxyManager

Definition at line 33 of file vtkSMCompoundProxyDefinitionLoader.h.


Constructor & Destructor Documentation

vtkSMCompoundProxyDefinitionLoader::vtkSMCompoundProxyDefinitionLoader ( ) [protected]
vtkSMCompoundProxyDefinitionLoader::~vtkSMCompoundProxyDefinitionLoader ( ) [protected]

Member Function Documentation

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.


Member Data Documentation

Definition at line 49 of file vtkSMCompoundProxyDefinitionLoader.h.


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