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]

Definition at line 38 of file itkNarrowBand.h.

References itk::BandNode< TIndexType, TDataType >::m_NodeState.


Member Data Documentation

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

Definition at line 35 of file itkNarrowBand.h.

Referenced by itk::NarrowBandImageFilterBase< TInputImage, itk::Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode().

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

Definition at line 36 of file itkNarrowBand.h.

Referenced by itk::NarrowBandImageFilterBase< TInputImage, itk::Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode().

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

Definition at line 37 of file itkNarrowBand.h.

Referenced by itk::BandNode< TIndexType, TDataType >::BandNode(), and itk::NarrowBandImageFilterBase< TInputImage, itk::Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode().


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