#include <vtkMRMLModelTransformNode.h>
| vtkMRMLModelTransformNode::vtkMRMLModelTransformNode | ( | ) | [protected] |
References vtkMRMLNode::HideFromEditors, InputModelID, NewModelName, OutputModelID, TransformNodeID, and TransformNormals.
| vtkMRMLModelTransformNode::~vtkMRMLModelTransformNode | ( | ) | [protected] |
| vtkMRMLModelTransformNode::vtkMRMLModelTransformNode | ( | const vtkMRMLModelTransformNode & | ) | [protected] |
| void vtkMRMLModelTransformNode::Copy | ( | vtkMRMLNode * | node | ) | [virtual] |
References vtkMRMLNode::EndModify(), and vtkMRMLNode::StartModify().
| vtkMRMLNode * vtkMRMLModelTransformNode::CreateNodeInstance | ( | ) | [virtual] |
Create instance of the default node. Like New only virtual NOTE: Subclasses should implement this method
Implements vtkMRMLNode.
References autoSlicerTracto2regions::ret.
| virtual const char* vtkMRMLModelTransformNode::GetNodeTagName | ( | ) | [inline, virtual] |
Get node XML tag name (like Volume, Model) NOTE: Subclasses should implement this method
Implements vtkMRMLNode.
| vtkMRMLModelTransformNode * vtkMRMLModelTransformNode::New | ( | ) | [static] |
Reimplemented from vtkMRMLNode.
References autoSlicerTracto2regions::ret.
| void vtkMRMLModelTransformNode::operator= | ( | const vtkMRMLModelTransformNode & | ) | [protected] |
Reimplemented from vtkMRMLNode.
| void vtkMRMLModelTransformNode::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkMRMLNode.
| void vtkMRMLModelTransformNode::ReadXMLAttributes | ( | const char ** | atts | ) | [virtual] |
Set node attributes NOTE: Subclasses should implement this method NOTE: Call this method in the subclass impementation
Reimplemented from vtkMRMLNode.
References vtkMRMLNode::EndModify(), vtkMRMLNode::StartModify(), and TransformNormals.
| vtkMRMLModelTransformNode::vtkGetMacro | ( | TransformNormals | , | |
| int | ||||
| ) |
| vtkMRMLModelTransformNode::vtkGetStringMacro | ( | NewModelName | ) |
| vtkMRMLModelTransformNode::vtkGetStringMacro | ( | OutputModelID | ) |
| vtkMRMLModelTransformNode::vtkGetStringMacro | ( | TransformNodeID | ) |
| vtkMRMLModelTransformNode::vtkGetStringMacro | ( | InputModelID | ) |
| vtkMRMLModelTransformNode::vtkSetMacro | ( | TransformNormals | , | |
| int | ||||
| ) |
| vtkMRMLModelTransformNode::vtkSetStringMacro | ( | NewModelName | ) |
| vtkMRMLModelTransformNode::vtkSetStringMacro | ( | OutputModelID | ) |
| vtkMRMLModelTransformNode::vtkSetStringMacro | ( | TransformNodeID | ) |
| vtkMRMLModelTransformNode::vtkSetStringMacro | ( | InputModelID | ) |
| vtkMRMLModelTransformNode::vtkTypeRevisionMacro | ( | vtkMRMLModelTransformNode | , | |
| vtkMRMLNode | ||||
| ) |
| void vtkMRMLModelTransformNode::WriteXML | ( | ostream & | of, | |
| int | indent | |||
| ) | [virtual] |
Write this node's information to a MRML file in XML format. NOTE: Subclasses should implement this method NOTE: Call this method in the subclass impementation
Reimplemented from vtkMRMLNode.
References InputModelID, NewModelName, OutputModelID, TransformNodeID, and TransformNormals.
char* vtkMRMLModelTransformNode::InputModelID [protected] |
Referenced by vtkMRMLModelTransformNode(), and WriteXML().
char* vtkMRMLModelTransformNode::NewModelName [protected] |
Referenced by vtkMRMLModelTransformNode(), and WriteXML().
char* vtkMRMLModelTransformNode::OutputModelID [protected] |
Referenced by vtkMRMLModelTransformNode(), and WriteXML().
char* vtkMRMLModelTransformNode::TransformNodeID [protected] |
Referenced by vtkMRMLModelTransformNode(), and WriteXML().
int vtkMRMLModelTransformNode::TransformNormals [protected] |
Referenced by ReadXMLAttributes(), vtkMRMLModelTransformNode(), and WriteXML().
1.6.1