9 #ifndef __vtkMRMLParser_h 10 #define __vtkMRMLParser_h 18 #include "vtkXMLParser.h" 43 void StartElement(
const char* name,
const char** atts)
override;
44 void EndElement (
const char *name)
override;
48 vtkCollection* NodeCollection{
nullptr};
49 std::stack< vtkMRMLNode *> NodeStack;
vtkMRMLScene * GetMRMLScene()
void SetMRMLScene(vtkMRMLScene *scene)
A set of MRML Nodes that supports serialization and undo/redo.
void SetNodeCollection(vtkCollection *scene)
vtkCollection * GetNodeCollection()
Abstract Superclass for all specific types of MRML nodes.