15 #ifndef __vtkMRMLModelHierarchyNode_h 16 #define __vtkMRMLModelHierarchyNode_h 28 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
38 virtual
void ReadXMLAttributes( const
char** atts) VTK_OVERRIDE;
42 virtual
void WriteXML(ostream& of,
int indent) VTK_OVERRIDE;
51 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "ModelHierarchy";}
64 virtual void UpdateReferenceID(
const char *oldID,
const char *newID) VTK_OVERRIDE;
80 this->SetModelNodeID(ref);
99 void GetChildrenModelNodes(vtkCollection *models);
105 void * ) VTK_OVERRIDE;
void SetModelNodeIDReference(const char *ref)
Need this for tcl wrapping to call ReferenceStringMacro methods.
vtkMRMLDisplayableHierarchyNode * GetCollapsedParentNode()
Get the top parent node in the hierarchy which is not expanded.
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE
MRMLNode methods.
virtual void ProcessMRMLEvents(vtkObject *, unsigned long, void *) VTK_OVERRIDE
alternative method to propagate events generated in Display nodes
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
MRML node to represent a display property of 3D surface model.
MRML node to represent a 3D surface model.
virtual void UpdateScene(vtkMRMLScene *scene) VTK_OVERRIDE
Finds the Displayable node and read the data.
static vtkMRMLDisplayableHierarchyNode * New()
void operator=(const vtkMRMLDisplayableHierarchyNode &)
virtual char * GetDisplayableNodeID()
String ID of the corresponding displayable MRML node.
A set of MRML Nodes that supports serialization and undo/redo.
virtual void SetDisplayableNodeID(const char *ref)
vtkMRMLModelDisplayNode * ModelDisplayNode
Data.
void SetModelNodeID(const char *id)
String ID of the model MRML node.
MRML node to represent a hierarchyu of models.
virtual void UpdateReferences() VTK_OVERRIDE
virtual void UpdateReferenceID(const char *oldID, const char *newID) VTK_OVERRIDE
Update the stored reference to another node in the scene.
MRML node to represent a hierarchy of displayable nodes.
Abstract Superclass for all specific types of MRML nodes.