![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkNarrowBand.h>
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.
Public Member Functions | |
| BandNode () | |
Public Attributes | |
| TDataType | m_Data |
| TIndexType | m_Index |
| signed char | m_NodeState |
|
inline |
Definition at line 40 of file itkNarrowBand.h.
| TDataType itk::BandNode< TIndexType, TDataType >::m_Data |
Definition at line 37 of file itkNarrowBand.h.
Referenced by itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType, TInputImage::ImageDimension > >::InsertNarrowBandNode().
| TIndexType itk::BandNode< TIndexType, TDataType >::m_Index |
Definition at line 38 of file itkNarrowBand.h.
Referenced by itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType, TInputImage::ImageDimension > >::InsertNarrowBandNode().
| signed char itk::BandNode< TIndexType, TDataType >::m_NodeState |
Definition at line 39 of file itkNarrowBand.h.
Referenced by itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType, TInputImage::ImageDimension > >::InsertNarrowBandNode().
1.8.3.1