![]() |
Orfeo Toolbox
3.16
|
#include <itkNarrowBand.h>
Public Member Functions | |
| BandNode () | |
Public Attributes | |
| TDataType | m_Data |
| TIndexType | m_Index |
| signed char | m_NodeState |
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.
|
inline |
Definition at line 38 of file itkNarrowBand.h.
References itk::BandNode< TIndexType, TDataType >::m_NodeState.
| TDataType itk::BandNode< TIndexType, TDataType >::m_Data |
Definition at line 35 of file itkNarrowBand.h.
| TIndexType itk::BandNode< TIndexType, TDataType >::m_Index |
Definition at line 36 of file itkNarrowBand.h.
Referenced by itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::GenerateDataND(), and itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode().
| signed char itk::BandNode< TIndexType, TDataType >::m_NodeState |
Definition at line 37 of file itkNarrowBand.h.
Referenced by itk::BandNode< TIndexType, TDataType >::BandNode(), itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::GenerateDataND(), and itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode().