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>

Collaboration diagram for itk::BandNode< TIndexType, TDataType >:

Collaboration graph
[legend]

List of all members.


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.


Public Member Functions

 BandNode ()

Public Attributes

TDataType m_Data
TIndexType m_Index
signed char m_NodeState

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 Sat Feb 28 14:13:15 2009 for ITK by doxygen 1.5.6 written by Dimitri van Heesch, © 1997-2000