26 #ifndef __vtkMRMLMarkupsStorageNode_h 27 #define __vtkMRMLMarkupsStorageNode_h 36 void PrintSelf(ostream& os, vtkIndent indent)
override;
42 void WriteXML(ostream& of,
int indent)
override;
51 vtkGetMacro(CoordinateSystem,
int);
52 std::string GetCoordinateSystemAsString();
53 static const char* GetCoordinateSystemAsString(
int id);
54 static int GetCoordinateSystemFromString(
const char* name);
void operator=(const vtkMRMLStorageNode &)
void ReadXMLAttributes(const char **atts) override
Read node attributes from XML file
void Copy(vtkMRMLNode *node) override
Copy the node's attributes to this object
void PrintSelf(ostream &os, vtkIndent indent) override
void WriteXML(ostream &of, int indent) override
Write this node's information to a MRML file in XML format.
A superclass for other storage nodes.
Abstract Superclass for all specific types of MRML nodes.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0