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

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

#include <itkSecondaryNodeList.h>

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

TItemType * ItemPointer

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.


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 Sun Apr 1 03:13:08 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000