15 #ifndef __vtkMRMLSnapshotClipNode_h 16 #define __vtkMRMLSnapshotClipNode_h 34 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
40 virtual
void ReadXMLAttributes( const
char** atts) VTK_OVERRIDE;
44 virtual
void WriteXML(ostream& of,
int indent) VTK_OVERRIDE;
52 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "SnapshotClip";}
65 int GetNumberOfSceneSnapshotNodes();
std::vector< std::string > SceneSnapshotNodeIDs
vtkCollection * SceneSnapshotNodes
void operator=(const vtkMRMLNode &)
virtual vtkMRMLNode * CreateNodeInstance()=0
Create instance of the default node. Like New only virtual.
A set of MRML Nodes that supports serialization and undo/redo.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Abstract class representing a hierarchy member.
Abstract Superclass for all specific types of MRML nodes.
virtual void UpdateScene(vtkMRMLScene *)