#include <vtkMRMLLabelStatisticsNode.h>
| typedef struct vtkMRMLLabelStatisticsNode::LabelStatsEntry vtkMRMLLabelStatisticsNode::LabelStatsEntry |
| vtkMRMLLabelStatisticsNode::vtkMRMLLabelStatisticsNode | ( | ) | [protected] |
References vtkMRMLNode::HideFromEditors, InputGrayscaleRef, InputLabelmapRef, and ResultText.
| vtkMRMLLabelStatisticsNode::~vtkMRMLLabelStatisticsNode | ( | ) | [protected] |
| vtkMRMLLabelStatisticsNode::vtkMRMLLabelStatisticsNode | ( | const vtkMRMLLabelStatisticsNode & | ) | [protected] |
| void vtkMRMLLabelStatisticsNode::Copy | ( | vtkMRMLNode * | node | ) | [virtual] |
References InputGrayscaleRef, InputLabelmapRef, and ResultText.
| vtkMRMLNode * vtkMRMLLabelStatisticsNode::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* vtkMRMLLabelStatisticsNode::GetNodeTagName | ( | ) | [inline, virtual] |
Get node XML tag name (like Volume, Model) NOTE: Subclasses should implement this method
Implements vtkMRMLNode.
| vtkMRMLLabelStatisticsNode * vtkMRMLLabelStatisticsNode::New | ( | ) | [static] |
Reimplemented from vtkMRMLNode.
References autoSlicerTracto2regions::ret.
| void vtkMRMLLabelStatisticsNode::operator= | ( | const vtkMRMLLabelStatisticsNode & | ) | [protected] |
Reimplemented from vtkMRMLNode.
| void vtkMRMLLabelStatisticsNode::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkMRMLNode.
References InputGrayscaleRef, InputLabelmapRef, and ResultText.
| void vtkMRMLLabelStatisticsNode::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 vtkMRMLScene::AddReferencedNodeID(), InputGrayscaleRef, InputLabelmapRef, ResultText, and vtkMRMLNode::Scene.
| void vtkMRMLLabelStatisticsNode::SaveResultToTextFile | ( | const char * | fileName | ) | [virtual] |
| void vtkMRMLLabelStatisticsNode::UpdateReferenceID | ( | const char * | oldID, | |
| const char * | newID | |||
| ) | [virtual] |
Update the stored reference to another node in the scene
Reimplemented from vtkMRMLNode.
References InputGrayscaleRef, and InputLabelmapRef.
| vtkMRMLLabelStatisticsNode::vtkGetStringMacro | ( | ResultText | ) |
| vtkMRMLLabelStatisticsNode::vtkGetStringMacro | ( | InputLabelmapRef | ) |
| vtkMRMLLabelStatisticsNode::vtkGetStringMacro | ( | InputGrayscaleRef | ) |
| vtkMRMLLabelStatisticsNode::vtkSetStringMacro | ( | ResultText | ) |
| vtkMRMLLabelStatisticsNode::vtkSetStringMacro | ( | InputLabelmapRef | ) |
| vtkMRMLLabelStatisticsNode::vtkSetStringMacro | ( | InputGrayscaleRef | ) |
| vtkMRMLLabelStatisticsNode::vtkTypeMacro | ( | vtkMRMLLabelStatisticsNode | , | |
| vtkMRMLNode | ||||
| ) |
| void vtkMRMLLabelStatisticsNode::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 InputGrayscaleRef, InputLabelmapRef, and ResultText.
char* vtkMRMLLabelStatisticsNode::InputGrayscaleRef [protected] |
Referenced by Copy(), PrintSelf(), ReadXMLAttributes(), UpdateReferenceID(), vtkMRMLLabelStatisticsNode(), and WriteXML().
char* vtkMRMLLabelStatisticsNode::InputLabelmapRef [protected] |
Referenced by Copy(), PrintSelf(), ReadXMLAttributes(), UpdateReferenceID(), vtkMRMLLabelStatisticsNode(), and WriteXML().
Referenced by vtkLabelStatisticsLogic::Apply(), and vtkLabelStatisticsGUI::UpdateGUI().
char* vtkMRMLLabelStatisticsNode::ResultText [protected] |
Referenced by Copy(), PrintSelf(), ReadXMLAttributes(), vtkMRMLLabelStatisticsNode(), and WriteXML().
1.6.1