25 #ifndef __vtkMRMLMarkupsFiducialStorageNode_h 26 #define __vtkMRMLMarkupsFiducialStorageNode_h 29 #include "vtkSlicerMarkupsModuleMRMLExport.h" 40 void PrintSelf(ostream& os, vtkIndent indent)
override;
52 void WriteXML(ostream& of,
int indent)
override;
59 virtual bool SetPointFromString(
vtkMRMLMarkupsNode *markupsNode,
int pointIndex,
const char* str);
66 vtkSetMacro(FieldDelimiterCharacters, std::string);
67 vtkGetMacro(FieldDelimiterCharacters, std::string);
74 std::string ConvertStringToStorageFormat(std::string input);
75 std::string ConvertStringFromStorageFormat(std::string input);
vtkMRMLNode * CreateNodeInstance() override=0
Create instance of the default node. Like New only virtual.
bool CanReadInReferenceNode(vtkMRMLNode *refNode) override
virtual int ReadDataInternal(vtkMRMLNode *refNode)
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.
virtual void InitializeSupportedReadFileTypes()
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Model)
virtual void InitializeSupportedWriteFileTypes()
std::string FieldDelimiterCharacters
void WriteXML(ostream &of, int indent) override
Write this node's information to a MRML file in XML format.
static int GetMaximumLineLength()
Buffer size for parsing files during read.
virtual int WriteDataInternal(vtkMRMLNode *refNode)
Abstract Superclass for all specific types of MRML nodes.
void PrintSelf(ostream &os, vtkIndent indent) override
void operator=(const vtkMRMLMarkupsStorageNode &)