15 #ifndef __vtkMRMLParser_h 16 #define __vtkMRMLParser_h 24 #include "vtkXMLParser.h" 49 virtual void StartElement(
const char* name,
const char** atts) VTK_OVERRIDE;
50 virtual void EndElement (
const char *name) VTK_OVERRIDE;
54 vtkCollection* NodeCollection;
55 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.