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>

List of all members.

Public Member Functions

unsigned long int GetSize ()
 NodeList ()
void SetItemPointer (TItemType *itemPointer)
 ~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.

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 Tue Sep 15 11:24:19 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000