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]

#include <itkNodeList.h>

Collaboration diagram for itk::NodeList< TItemType >:

Collaboration graph
[legend]

List of all members.


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.


Public Member Functions

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

Public Attributes

TItemType * ItemPointer

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.

References itk::NodeList< TItemType >::ItemPointer.


Member Data Documentation

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

Pointer to the item.

Definition at line 39 of file itkNodeList.h.

Referenced by itk::NodeList< TItemType >::SetItemPointer().


The documentation for this class was generated from the following file:

Generated at Thu May 28 16:27:39 2009 for ITK by doxygen 1.5.5 written by Dimitri van Heesch, © 1997-2000