#include <itkMultiphaseSparseFiniteDifferenceImageFilter.h>
Public Member Functions | |
SparseDataStruct (const IdCellType &index) | |
Public Attributes | |
IdCellType | m_Index |
LayerNodeStoragePointer | m_LayerNodeStore |
LayerListType | m_Layers |
StatusImagePointer | m_StatusImage |
UpdateBufferType | m_UpdateBuffer |
Definition at line 355 of file itkMultiphaseSparseFiniteDifferenceImageFilter.h.
itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >::SparseDataStruct::SparseDataStruct | ( | const IdCellType & | index | ) | [inline] |
Definition at line 357 of file itkMultiphaseSparseFiniteDifferenceImageFilter.h.
References HardConnectedComponentImageFilter::New().
IdCellType itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >::SparseDataStruct::m_Index |
Definition at line 380 of file itkMultiphaseSparseFiniteDifferenceImageFilter.h.
LayerNodeStoragePointer itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >::SparseDataStruct::m_LayerNodeStore |
Storage for layer node objects.
Definition at line 374 of file itkMultiphaseSparseFiniteDifferenceImageFilter.h.
LayerListType itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >::SparseDataStruct::m_Layers |
An array which contains all of the layers needed in the sparse field. Layers are organized as follows: m_Layer[0] = active layer, m_Layer[i:odd] = inside layer (i+1)/2, m_Layer[i:even] = outside layer i/2
Definition at line 368 of file itkMultiphaseSparseFiniteDifferenceImageFilter.h.
StatusImagePointer itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >::SparseDataStruct::m_StatusImage |
An image of status values used internally by the algorithm.
Definition at line 371 of file itkMultiphaseSparseFiniteDifferenceImageFilter.h.
UpdateBufferType itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >::SparseDataStruct::m_UpdateBuffer |
The update buffer used to store a vector of change values computed in CalculateChange.
Definition at line 378 of file itkMultiphaseSparseFiniteDifferenceImageFilter.h.