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

itk::BandNode< TIndexType, TDataType > Class Template Reference

#include <itkNarrowBand.h>

List of all members.

Public Member Functions

 BandNode ()

Public Attributes

TDataType m_Data
TIndexType m_Index
signed char m_NodeState


Detailed Description

template<class TIndexType, class TDataType>
class itk::BandNode< TIndexType, TDataType >

A data structure used with NarrowBand to store a list of indices (m_Index) that define the band, and an accompanying list of update values (m_Data) computed by CalculateChange

Definition at line 32 of file itkNarrowBand.h.


Constructor & Destructor Documentation

template<class TIndexType , class TDataType >
itk::BandNode< TIndexType, TDataType >::BandNode (  )  [inline]


Member Data Documentation

template<class TIndexType , class TDataType >
TDataType itk::BandNode< TIndexType, TDataType >::m_Data

template<class TIndexType , class TDataType >
TIndexType itk::BandNode< TIndexType, TDataType >::m_Index

template<class TIndexType , class TDataType >
signed char itk::BandNode< TIndexType, TDataType >::m_NodeState


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

Generated at Tue Sep 15 06:05:34 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000