15 #ifndef __vtkMRMLSnapshotClipNode_h 16 #define __vtkMRMLSnapshotClipNode_h 34 void PrintSelf(ostream& os, vtkIndent indent)
override;
44 void WriteXML(ostream& of,
int indent)
override;
65 int GetNumberOfSceneSnapshotNodes();
std::vector< std::string > SceneSnapshotNodeIDs
vtkCollection * SceneSnapshotNodes
virtual void ReadXMLAttributes(const char **atts)
void operator=(const vtkMRMLNode &)
virtual vtkMRMLNode * CreateNodeInstance()=0
Create instance of the default node. Like New only virtual.
const char * GetNodeTagName() override
Get node XML tag name (like Volume, Model)
virtual void Copy(vtkMRMLNode *node)
Copy node contents from another node of the same type. Does not copy node ID and Scene. Performs deep copy - an independent copy is created from all data, including bulk data.
A set of MRML Nodes that supports serialization and undo/redo.
virtual void WriteXML(ostream &of, int indent)
void PrintSelf(ostream &os, vtkIndent indent) override
Abstract class representing a hierarchy member.
Abstract Superclass for all specific types of MRML nodes.
virtual void UpdateScene(vtkMRMLScene *)