ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h>
Helper class used to share data in the ScalarChanAndVeseLevelSetFunction.
This class holds cache data used during the computation of the LevelSet updates.
Based on the paper:
"An active contour model without edges" T. Chan and L. Vese. In Scale-Space Theories in Computer Vision, pages 141-151, 1999.
This code was taken from the Insight Journal paper:
"Cell Tracking using Coupled Active Surfaces for Nuclei and Membranes" http://www.insight-journal.org/browse/publication/642 http://hdl.handle.net/10380/3055
That is based on the papers:
"Level Set Segmentation: Active Contours without edge" http://www.insight-journal.org/browse/publication/322 http://hdl.handle.net/1926/1532 and "Level set segmentation using coupled active surfaces" http://www.insight-journal.org/browse/publication/323 http://hdl.handle.net/1926/1533
Definition at line 61 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
Public Types | |
typedef Superclass::CentroidVectorType | CentroidVectorType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::FeatureImageConstPointer | FeatureImageConstPointer |
typedef Superclass::FeatureImagePointer | FeatureImagePointer |
typedef TFeatureImage | FeatureImageType |
typedef Superclass::FeatureIndexType | FeatureIndexType |
typedef Superclass::FeaturePixelType | FeaturePixelType |
typedef Superclass::FeaturePointType | FeaturePointType |
typedef Superclass::FeatureRegionType | FeatureRegionType |
typedef Superclass::FeatureSizeType | FeatureSizeType |
typedef Superclass::FeatureSizeValueType | FeatureSizeValueType |
typedef Superclass::FeatureSpacingType | FeatureSpacingType |
typedef Superclass::InputImageConstPointer | InputImageConstPointer |
typedef Superclass::InputImagePointer | InputImagePointer |
typedef TInputImage | InputImageType |
typedef Superclass::InputIndexType | InputIndexType |
typedef Superclass::InputIndexValueType | InputIndexValueType |
typedef Superclass::InputPixelType | InputPixelType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputRegionType | InputRegionType |
typedef Superclass::InputSizeType | InputSizeType |
typedef Superclass::InputSizeValueType | InputSizeValueType |
typedef Superclass::InputSpacingType | InputSpacingType |
typedef Superclass::KdTreePointer | KdTreePointer |
typedef Superclass::LevelSetDataPointer | LevelSetDataPointer |
typedef Superclass::LevelSetDataPointerVector | LevelSetDataPointerVector |
typedef Superclass::LevelSetDataPointerVectorIterator | LevelSetDataPointerVectorIterator |
typedef TSingleData | LevelSetDataType |
typedef Superclass::ListImageConstPointer | ListImageConstPointer |
typedef Superclass::ListImagePointer | ListImagePointer |
typedef Superclass::ListImageType | ListImageType |
typedef Superclass::ListIndexType | ListIndexType |
typedef Superclass::ListIndexValueType | ListIndexValueType |
typedef Superclass::ListIteratorType | ListIteratorType |
typedef Superclass::ListPixelType | ListPixelType |
typedef Superclass::ListPointType | ListPointType |
typedef Superclass::ListRegionType | ListRegionType |
typedef Superclass::ListSizeType | ListSizeType |
typedef Superclass::ListSizeValueType | ListSizeValueType |
typedef Superclass::ListSpacingType | ListSpacingType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::SampleType | SampleType |
typedef UnconstrainedRegionBasedLevelSetFunctionSharedData | Self |
typedef RegionBasedLevelSetFunctionSharedData < TInputImage, TFeatureImage, TSingleData > | Superclass |
typedef Superclass::TreeGeneratorType | TreeGeneratorType |
typedef Superclass::TreePointer | TreePointer |
typedef Superclass::TreeType | TreeType |
Public Types inherited from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > | |
typedef Vector< float, itkGetStaticConstMacro(ImageDimension) > | CentroidVectorType |
typedef SmartPointer< const Self > | ConstPointer |
typedef FeatureImageType::ConstPointer | FeatureImageConstPointer |
typedef FeatureImageType::Pointer | FeatureImagePointer |
typedef TFeatureImage | FeatureImageType |
typedef FeatureImageType::IndexType | FeatureIndexType |
typedef FeatureImageType::PixelType | FeaturePixelType |
typedef FeatureImageType::PointType | FeaturePointType |
typedef FeatureImageType::RegionType | FeatureRegionType |
typedef FeatureImageType::SizeType | FeatureSizeType |
typedef FeatureSizeType::SizeValueType | FeatureSizeValueType |
typedef FeatureImageType::SpacingType | FeatureSpacingType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::Pointer | InputImagePointer |
typedef TInputImage | InputImageType |
typedef InputImageType::IndexType | InputIndexType |
typedef InputIndexType::IndexValueType | InputIndexValueType |
typedef InputImageType::PixelType | InputPixelType |
typedef InputImageType::PointType | InputPointType |
typedef InputImageType::RegionType | InputRegionType |
typedef InputImageType::SizeType | InputSizeType |
typedef InputSizeType::SizeValueType | InputSizeValueType |
typedef InputImageType::SpacingType | InputSpacingType |
typedef TreeType::Pointer | KdTreePointer |
typedef LevelSetDataType::Pointer | LevelSetDataPointer |
typedef std::vector < LevelSetDataPointer > | LevelSetDataPointerVector |
typedef LevelSetDataPointerVector::iterator | LevelSetDataPointerVectorIterator |
typedef TSingleData | LevelSetDataType |
typedef ListImageType::ConstPointer | ListImageConstPointer |
typedef ListImageType::Pointer | ListImagePointer |
typedef Image< ListPixelType, itkGetStaticConstMacro(ImageDimension) > | ListImageType |
typedef ListImageType::IndexType | ListIndexType |
typedef ListIndexType::IndexValueType | ListIndexValueType |
typedef ImageRegionIteratorWithIndex < ListImageType > | ListIteratorType |
typedef std::list< unsigned int > | ListPixelType |
typedef ListImageType::PointType | ListPointType |
typedef ListImageType::RegionType | ListRegionType |
typedef ListImageType::SizeType | ListSizeType |
typedef ListSizeType::SizeValueType | ListSizeValueType |
typedef ListImageType::SpacingType | ListSpacingType |
typedef SmartPointer< Self > | Pointer |
typedef itk::Statistics::ListSample < CentroidVectorType > | SampleType |
typedef RegionBasedLevelSetFunctionSharedData | Self |
typedef LightObject | Superclass |
typedef itk::Statistics::KdTreeGenerator < SampleType > | TreeGeneratorType |
typedef TreeGeneratorType::Pointer | TreePointer |
typedef TreeGeneratorType::KdTreeType | TreeType |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
void | PopulateListImage () |
Public Member Functions inherited from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > | |
void | AllocateListImage (const FeatureImageType *featureImage) |
void | CreateHeavisideFunctionOfLevelSetImage (const unsigned int &j, const InputImageType *image) |
void | SetFunctionCount (const unsigned int &n) |
void | SetKdTree (KdTreePointer kdtree) |
void | SetNumberOfNeighbors (const unsigned int &n) |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TFeatureImage::ImageDimension |
Static Public Attributes inherited from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > | |
static const unsigned int | ImageDimension = TFeatureImage::ImageDimension |
Protected Member Functions | |
UnconstrainedRegionBasedLevelSetFunctionSharedData () | |
~UnconstrainedRegionBasedLevelSetFunctionSharedData () | |
Protected Member Functions inherited from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > | |
RegionBasedLevelSetFunctionSharedData () | |
~RegionBasedLevelSetFunctionSharedData () | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
void | operator= (const Self &) |
UnconstrainedRegionBasedLevelSetFunctionSharedData (const Self &) | |
Additional Inherited Members | |
Public Attributes inherited from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > | |
unsigned int | m_FunctionCount |
KdTreePointer | m_KdTree |
LevelSetDataPointerVector | m_LevelSetDataPointerVector |
ListImagePointer | m_NearestNeighborListImage |
unsigned int | m_NumberOfNeighbors |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef Superclass::CentroidVectorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::CentroidVectorType |
Definition at line 115 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef SmartPointer< const Self > itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ConstPointer |
Definition at line 70 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImageConstPointer |
Definition at line 93 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImagePointer |
Definition at line 92 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef TFeatureImage itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImageType |
Definition at line 91 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureIndexType |
Definition at line 99 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeaturePixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeaturePixelType |
Definition at line 94 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeaturePointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeaturePointType |
Definition at line 100 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureRegionType |
Definition at line 95 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSizeType |
Definition at line 96 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSizeValueType |
Definition at line 97 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSpacingType |
Definition at line 98 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImageConstPointer |
Definition at line 81 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImagePointer |
Definition at line 80 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef TInputImage itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImageType |
Definition at line 77 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputIndexType |
Definition at line 87 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputIndexValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputIndexValueType |
Definition at line 88 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputPixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputPixelType |
Definition at line 82 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputPointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputPointType |
Definition at line 89 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputRegionType |
Definition at line 83 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSizeType |
Definition at line 84 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSizeValueType |
Definition at line 85 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSpacingType |
Definition at line 86 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::KdTreePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::KdTreePointer |
Definition at line 120 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::LevelSetDataPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointer |
Definition at line 123 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::LevelSetDataPointerVector itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointerVector |
Definition at line 124 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::LevelSetDataPointerVectorIterator itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointerVectorIterator |
Definition at line 125 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef TSingleData itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataType |
Definition at line 122 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImageConstPointer |
Definition at line 105 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImagePointer |
Definition at line 104 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListImageType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImageType |
Definition at line 103 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIndexType |
Definition at line 110 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListIndexValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIndexValueType |
Definition at line 111 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListIteratorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIteratorType |
Definition at line 113 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListPixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListPixelType |
Definition at line 102 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListPointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListPointType |
Definition at line 112 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListRegionType |
Definition at line 106 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSizeType |
Definition at line 107 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSizeValueType |
Definition at line 108 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSpacingType |
Definition at line 109 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef SmartPointer< Self > itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Pointer |
Definition at line 69 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::SampleType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::SampleType |
Definition at line 116 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef UnconstrainedRegionBasedLevelSetFunctionSharedData itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Self |
Definition at line 66 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Superclass |
Definition at line 68 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::TreeGeneratorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreeGeneratorType |
Definition at line 117 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::TreePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreePointer |
Definition at line 118 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::TreeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreeType |
Definition at line 119 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
|
inlineprotected |
Definition at line 139 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
|
inlineprotected |
Definition at line 140 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
virtual |
Return the name of this class as a string. Used by the object factory (implemented in New()) to instantiate objects of a named type. Also used for debugging and other output information.
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
|
static |
Method for creation through the object factory.
|
private |
|
inlinevirtual |
Implements itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 127 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
References itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::m_FunctionCount, and itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::m_NearestNeighborListImage.
|
static |
Definition at line 72 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.