#include <itkNodeList.h>

Definition at line 34 of file itkNodeList.h.
Public Member Functions | |
| unsigned long int | GetSize () |
| NodeList () | |
| void | SetItemPointer (TItemType *itemPointer) |
| ~NodeList () | |
Public Attributes | |
| TItemType * | ItemPointer |
| 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().
1.5.5 written by Dimitri van Heesch,
© 1997-2000