#include <vtkMRMLEMSAtlasNode.h>
Public Member Functions | |
| virtual void | Copy (vtkMRMLNode *node) |
| virtual vtkMRMLNode * | CreateNodeInstance () |
| virtual const char * | GetNodeTagName () |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | ReadXMLAttributes (const char **atts) |
| vtkGetMacro (NumberOfTrainingSamples, int) | |
| vtkSetMacro (NumberOfTrainingSamples, int) | |
| vtkTypeMacro (vtkMRMLEMSAtlasNode, vtkMRMLEMSVolumeCollectionNode) | |
| virtual void | WriteXML (ostream &of, int indent) |
Static Public Member Functions | |
| static vtkMRMLEMSAtlasNode * | New () |
Protected Member Functions | |
| void | operator= (const vtkMRMLEMSAtlasNode &) |
| vtkMRMLEMSAtlasNode (const vtkMRMLEMSAtlasNode &) | |
| vtkMRMLEMSAtlasNode () | |
| ~vtkMRMLEMSAtlasNode () | |
Private Attributes | |
| int | NumberOfTrainingSamples |
| vtkMRMLEMSAtlasNode::vtkMRMLEMSAtlasNode | ( | ) | [protected] |
References NumberOfTrainingSamples.
| vtkMRMLEMSAtlasNode::~vtkMRMLEMSAtlasNode | ( | ) | [protected] |
| vtkMRMLEMSAtlasNode::vtkMRMLEMSAtlasNode | ( | const vtkMRMLEMSAtlasNode & | ) | [protected] |
| void vtkMRMLEMSAtlasNode::Copy | ( | vtkMRMLNode * | node | ) | [virtual] |
Reimplemented from vtkMRMLEMSCollectionNode.
References NumberOfTrainingSamples.
| vtkMRMLNode * vtkMRMLEMSAtlasNode::CreateNodeInstance | ( | ) | [virtual] |
Create instance of the default node. Like New only virtual NOTE: Subclasses should implement this method
Reimplemented from vtkMRMLEMSVolumeCollectionNode.
References autoSlicerTracto2regions::ret.
| virtual const char* vtkMRMLEMSAtlasNode::GetNodeTagName | ( | ) | [inline, virtual] |
Get node XML tag name (like Volume, Model) NOTE: Subclasses should implement this method
Reimplemented from vtkMRMLEMSVolumeCollectionNode.
| vtkMRMLEMSAtlasNode * vtkMRMLEMSAtlasNode::New | ( | ) | [static] |
Reimplemented from vtkMRMLEMSVolumeCollectionNode.
References autoSlicerTracto2regions::ret.
| void vtkMRMLEMSAtlasNode::operator= | ( | const vtkMRMLEMSAtlasNode & | ) | [protected] |
Reimplemented from vtkMRMLEMSVolumeCollectionNode.
| void vtkMRMLEMSAtlasNode::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkMRMLEMSCollectionNode.
References NumberOfTrainingSamples.
Referenced by vtkEMSegmentMRMLManager::PrintInfo().
| void vtkMRMLEMSAtlasNode::ReadXMLAttributes | ( | const char ** | atts | ) | [virtual] |
Set node attributes NOTE: Subclasses should implement this method NOTE: Call this method in the subclass impementation
Reimplemented from vtkMRMLEMSVolumeCollectionNode.
References NumberOfTrainingSamples, and ModifyHeader::val.
| vtkMRMLEMSAtlasNode::vtkGetMacro | ( | NumberOfTrainingSamples | , | |
| int | ||||
| ) |
| vtkMRMLEMSAtlasNode::vtkSetMacro | ( | NumberOfTrainingSamples | , | |
| int | ||||
| ) |
| vtkMRMLEMSAtlasNode::vtkTypeMacro | ( | vtkMRMLEMSAtlasNode | , | |
| vtkMRMLEMSVolumeCollectionNode | ||||
| ) |
| void vtkMRMLEMSAtlasNode::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 vtkMRMLEMSCollectionNode.
References NumberOfTrainingSamples.
Referenced by Copy(), PrintSelf(), ReadXMLAttributes(), vtkMRMLEMSAtlasNode(), and WriteXML().
1.6.1