|
SIVIC API
0.9.26
|
#include <svkXML.h>
Public Member Functions | |
| vtkTypeMacro (svkXML, vtkDataObject) | |
| vtkXMLDataElement * | GetValue () |
| void | SetValue (vtkXMLDataElement *value) |
Static Public Member Functions | |
| static svkXML * | New () |
| static vtkObject * | NewObject () |
Protected Member Functions | |
| svkXML () | |
| Constructor. More... | |
| ~svkXML () | |
| Destructor. More... | |
Protected Attributes | |
| vtkXMLDataElement * | value |
This class is a container for XML. It is a subclass of vtkDataObject so it can be used in input ports of algorithms.
|
protected |
Constructor.
References svkXML::value.
|
protected |
Destructor.
References svkXML::value.
| vtkXMLDataElement * GetValue | ( | ) |
References svkXML::value.
Referenced by svkImageStatistics::GetOutput(), svkImageAlgorithmPipeline::RequestData(), and svkXML::SetValue().
|
static |
Referenced by svkXML::NewObject(), and svkAlgorithmPortMapper::SetXMLInputPortValue().
|
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 | |||
| ) |
|
protected |
Referenced by svkXML::GetValue(), svkXML::svkXML(), and svkXML::~svkXML().
1.8.5