ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes
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 34 of file itkNarrowBand.h.


Constructor & Destructor Documentation

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

Definition at line 40 of file itkNarrowBand.h.


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: