Stores secondary lists of nodes with pointers to the contained items. More...
#include <itkNodeList.h>
Public Member Functions | |
unsigned long int | GetSize () |
NodeList () | |
void | SetItemPointer (TItemType *itemPointer) |
~NodeList () | |
Public Attributes | |
TItemType * | ItemPointer |
Stores secondary lists of nodes with pointers to the contained items.
Definition at line 34 of file itkNodeList.h.
itk::NodeList< TItemType >::NodeList | ( | ) |
itk::NodeList< TItemType >::~NodeList | ( | ) |
unsigned long int itk::NodeList< TItemType >::GetSize | ( | void | ) | [inline] |
Get the number of items stored in the list.
Definition at line 45 of file itkNodeList.h.
void itk::NodeList< TItemType >::SetItemPointer | ( | TItemType * | itemPointer | ) | [inline] |
Store a pointer to the iteme in the list.
Definition at line 42 of file itkNodeList.h.
References itk::NodeList< TItemType >::ItemPointer.
TItemType* itk::NodeList< TItemType >::ItemPointer |
Pointer to the item.
Definition at line 39 of file itkNodeList.h.
Referenced by itk::NodeList< TItemType >::SetItemPointer().