Stores corresponding lists of nodes with pointers to the contained items. More...
#include <itkSecondaryNodeList.h>
Public Member Functions | |
int | GetIndex () |
unsigned long int | GetSize () |
SecondaryNodeList () | |
void | SetIndex (int value) |
void | SetNodePointer (TItemType *itemPointer) |
~SecondaryNodeList () | |
Public Attributes | |
TItemType * | ItemPointer |
Stores corresponding lists of nodes with pointers to the contained items.
Definition at line 33 of file itkSecondaryNodeList.h.
itk::SecondaryNodeList< TItemType, VCliqueSize >::SecondaryNodeList | ( | ) |
itk::SecondaryNodeList< TItemType, VCliqueSize >::~SecondaryNodeList | ( | ) |
int itk::SecondaryNodeList< TItemType, VCliqueSize >::GetIndex | ( | void | ) | [inline] |
Definition at line 47 of file itkSecondaryNodeList.h.
unsigned long int itk::SecondaryNodeList< TItemType, VCliqueSize >::GetSize | ( | void | ) | [inline] |
Get the number of items stored in the list.
Definition at line 44 of file itkSecondaryNodeList.h.
void itk::SecondaryNodeList< TItemType, VCliqueSize >::SetIndex | ( | int | value | ) | [inline] |
Definition at line 48 of file itkSecondaryNodeList.h.
void itk::SecondaryNodeList< TItemType, VCliqueSize >::SetNodePointer | ( | TItemType * | itemPointer | ) | [inline] |
Set the medial node pointer for the corresponding node.
Definition at line 41 of file itkSecondaryNodeList.h.
References itk::SecondaryNodeList< TItemType, VCliqueSize >::ItemPointer.
TItemType* itk::SecondaryNodeList< TItemType, VCliqueSize >::ItemPointer |
Pointer to the medial node.
Definition at line 38 of file itkSecondaryNodeList.h.
Referenced by itk::SecondaryNodeList< TItemType, VCliqueSize >::SetNodePointer().