Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::NodeList< TItemType > Class Template Reference
[Image Representation Objects]

Stores secondary lists of nodes with pointers to the contained items. More...

#include <itkNodeList.h>

Collaboration diagram for itk::NodeList< TItemType >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void SetItemPointer (TItemType *itemPointer)
unsigned long int GetSize ()
 NodeList ()
 ~NodeList ()

Public Attributes

TItemType * ItemPointer

Detailed Description

template<typename TItemType>
class itk::NodeList< TItemType >

Stores secondary lists of nodes with pointers to the contained items.

Definition at line 34 of file itkNodeList.h.


Constructor & Destructor Documentation

template<typename TItemType>
itk::NodeList< TItemType >::NodeList  ) 
 

template<typename TItemType>
itk::NodeList< TItemType >::~NodeList  ) 
 


Member Function Documentation

template<typename TItemType>
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.

template<typename TItemType>
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.


Member Data Documentation

template<typename TItemType>
TItemType* itk::NodeList< TItemType >::ItemPointer
 

Pointer to the item. Definition at line 39 of file itkNodeList.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:11:28 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000