#include <itkNodeList.h>
Collaboration diagram for itk::NodeList< TItemType >:
Public Member Functions | |
void | SetItemPointer (TItemType *itemPointer) |
unsigned long int | GetSize () |
NodeList () | |
~NodeList () | |
Public Attributes | |
TItemType * | ItemPointer |
Definition at line 34 of file itkNodeList.h.
|
|
|
|
|
Get the number of items stored in the list. Definition at line 45 of file itkNodeList.h. |
|
Store a pointer to the iteme in the list. Definition at line 42 of file itkNodeList.h. References itk::NodeList< TItemType >::ItemPointer. |
|
Pointer to the item. Definition at line 39 of file itkNodeList.h. Referenced by itk::NodeList< TItemType >::SetItemPointer(). |