25#ifndef __vtkMRMLMarkupsFiducialStorageNode_h
26#define __vtkMRMLMarkupsFiducialStorageNode_h
29#include "vtkMRMLExport.h"
39 void PrintSelf(ostream& os, vtkIndent indent)
override;
51 void WriteXML(ostream& of,
int indent)
override;
virtual bool SetPointFromString(vtkMRMLMarkupsNode *markupsNode, int pointIndex, const char *str)
void WriteXML(ostream &of, int indent) override
Write this node's information to a MRML file in XML format.
void InitializeSupportedWriteFileTypes() override
Initialize all the supported write file types.
void PrintSelf(ostream &os, vtkIndent indent) override
std::string ConvertStringFromStorageFormat(std::string input)
void ReadXMLAttributes(const char **atts) override
Read node attributes from XML file.
~vtkMRMLMarkupsFiducialStorageNode() override
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Model)
bool CanReadInReferenceNode(vtkMRMLNode *refNode) override
void operator=(const vtkMRMLMarkupsFiducialStorageNode &)
virtual std::string GetPointAsString(vtkMRMLMarkupsNode *markupsNode, int pointIndex)
int WriteDataInternal(vtkMRMLNode *refNode) override
vtkMRMLMarkupsFiducialStorageNode()
void InitializeSupportedReadFileTypes() override
Initialize all the supported write file types.
std::string FieldDelimiterCharacters
vtkMRMLNode * CreateNodeInstance() override
Create instance of the default node. Like New only virtual.
void Copy(vtkMRMLNode *node) override
Copy the node's attributes to this object.
static int GetMaximumLineLength()
int ReadDataInternal(vtkMRMLNode *refNode) override
Read data and set it in the referenced node.
std::string ConvertStringToStorageFormat(std::string input)
static vtkMRMLMarkupsFiducialStorageNode * New()
vtkMRMLMarkupsFiducialStorageNode(const vtkMRMLMarkupsFiducialStorageNode &)
vtkMRMLMarkupsStorageNode()