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

itk::SecondaryNodeList< TItemType, VCliqueSize > Class Template Reference

#include <itkSecondaryNodeList.h>

Collaboration diagram for itk::SecondaryNodeList< TItemType, VCliqueSize >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename TItemType, int VCliqueSize>
class itk::SecondaryNodeList< TItemType, VCliqueSize >

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

Definition at line 33 of file itkSecondaryNodeList.h.

Public Member Functions

int GetIndex ()
unsigned long int GetSize ()
 SecondaryNodeList ()
void SetIndex (int value)
void SetNodePointer (TItemType *itemPointer)
 ~SecondaryNodeList ()

Public Attributes

TItemType * ItemPointer


Constructor & Destructor Documentation

template<typename TItemType, int VCliqueSize>
itk::SecondaryNodeList< TItemType, VCliqueSize >::SecondaryNodeList (  ) 

template<typename TItemType, int VCliqueSize>
itk::SecondaryNodeList< TItemType, VCliqueSize >::~SecondaryNodeList (  ) 


Member Function Documentation

template<typename TItemType, int VCliqueSize>
int itk::SecondaryNodeList< TItemType, VCliqueSize >::GetIndex ( void   )  [inline]

Definition at line 47 of file itkSecondaryNodeList.h.

template<typename TItemType, int VCliqueSize>
unsigned long int itk::SecondaryNodeList< TItemType, VCliqueSize >::GetSize ( void   )  [inline]

Get the number of items stored in the list.

Definition at line 44 of file itkSecondaryNodeList.h.

template<typename TItemType, int VCliqueSize>
void itk::SecondaryNodeList< TItemType, VCliqueSize >::SetIndex ( int  value  )  [inline]

Definition at line 48 of file itkSecondaryNodeList.h.

template<typename TItemType, int VCliqueSize>
void itk::SecondaryNodeList< TItemType, VCliqueSize >::SetNodePointer ( TItemType *  itemPointer  )  [inline]

Set the medial node pointer for the corresponding node.

Definition at line 41 of file itkSecondaryNodeList.h.

References itk::SecondaryNodeList< TItemType, VCliqueSize >::ItemPointer.


Member Data Documentation

template<typename TItemType, int VCliqueSize>
TItemType* itk::SecondaryNodeList< TItemType, VCliqueSize >::ItemPointer

Pointer to the medial node.

Definition at line 38 of file itkSecondaryNodeList.h.

Referenced by itk::SecondaryNodeList< TItemType, VCliqueSize >::SetNodePointer().


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 10:37:27 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000