18 #ifndef __vtkMRMLSequenceStorageNode_h 19 #define __vtkMRMLSequenceStorageNode_h 33 void PrintSelf(ostream& os, vtkIndent indent)
override;
50 static std::string GetSequenceBaseName(
const std::string& fileNameName,
const std::string& itemName);
55 static std::string GetSequenceNodeName(
const std::string& baseName,
const std::string& itemName);
75 bool WriteToMRB(
const char* fullName,
vtkMRMLScene *scene);
77 bool ReadFromMRB(
const char* fullName,
vtkMRMLScene *scene);
vtkMRMLNode * CreateNodeInstance() override=0
Create instance of the default node. Like New only virtual.
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Sequence)
virtual int ReadDataInternal(vtkMRMLNode *refNode)
virtual void InitializeSupportedReadFileTypes()
virtual const char * GetDefaultWriteFileExtension()
Return default file extension for writing.
void operator=(const vtkMRMLStorageNode &)
MRML node for representing a sequence of MRML nodes.
A set of MRML Nodes that supports serialization and undo/redo.
void PrintSelf(ostream &os, vtkIndent indent) override
A superclass for other storage nodes.
virtual void InitializeSupportedWriteFileTypes()
virtual int WriteDataInternal(vtkMRMLNode *refNode)
Abstract Superclass for all specific types of MRML nodes.
MRML node for storing a sequence node on disk.
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0