SIVIC API  0.9.26
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
svkXML Class Reference

#include <svkXML.h>

Inheritance diagram for svkXML:

Public Member Functions

 vtkTypeMacro (svkXML, vtkDataObject)
 
vtkXMLDataElement * GetValue ()
 
void SetValue (vtkXMLDataElement *value)
 

Static Public Member Functions

static svkXMLNew ()
 
static vtkObject * NewObject ()
 

Protected Member Functions

 svkXML ()
 Constructor. More...
 
 ~svkXML ()
 Destructor. More...
 

Protected Attributes

vtkXMLDataElement * value
 

Detailed Description

This class is a container for XML. It is a subclass of vtkDataObject so it can be used in input ports of algorithms.

Constructor & Destructor Documentation

svkXML ( )
protected

Constructor.

References svkXML::value.

~svkXML ( )
protected

Destructor.

References svkXML::value.

Member Function Documentation

vtkXMLDataElement * GetValue ( )
static svkXML* New ( )
static
vtkObject * NewObject ( )
static

Allows object to be created by a factory.

References svkXML::New().

Referenced by svkGenericAlgorithmWithPortMapper::svkGenericAlgorithmWithPortMapper().

void SetValue ( vtkXMLDataElement *  value)

References svkXML::GetValue().

vtkTypeMacro ( svkXML  ,
vtkDataObject   
)

Member Data Documentation

vtkXMLDataElement* value
protected

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