ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 > | |
Public Types inherited from itk::LightObject |
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 > |
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 |
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.
typedef Superclass::CentroidVectorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::CentroidVectorType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 115 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef SmartPointer< const Self > itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ConstPointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 70 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImageConstPointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 93 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImagePointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 92 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef TFeatureImage itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImageType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 91 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureIndexType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 99 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeaturePixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeaturePixelType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 94 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeaturePointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeaturePointType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 100 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureRegionType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 95 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSizeType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 96 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSizeValueType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 97 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::FeatureSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSpacingType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 98 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImageConstPointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 81 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImagePointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 80 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef TInputImage itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImageType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 77 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputIndexType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 87 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputIndexValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputIndexValueType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 88 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputPixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputPixelType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 82 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputPointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputPointType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 89 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputRegionType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 83 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSizeType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 84 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSizeValueType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 85 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::InputSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSpacingType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 86 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::KdTreePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::KdTreePointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 120 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::LevelSetDataPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 123 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::LevelSetDataPointerVector itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointerVector |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 124 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::LevelSetDataPointerVectorIterator itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointerVectorIterator |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 125 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef TSingleData itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 122 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImageConstPointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 105 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImagePointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 104 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListImageType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImageType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 103 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIndexType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 110 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListIndexValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIndexValueType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 111 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListIteratorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIteratorType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 113 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListPixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListPixelType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 102 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListPointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListPointType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 112 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListRegionType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 106 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSizeType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 107 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSizeValueType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 108 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::ListSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSpacingType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 109 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef SmartPointer< Self > itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Pointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 69 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::SampleType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::SampleType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 116 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef UnconstrainedRegionBasedLevelSetFunctionSharedData itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Self |
Standard class typedefs.
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 66 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Superclass |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 68 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::TreeGeneratorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreeGeneratorType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 117 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::TreePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreePointer |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 118 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.
typedef Superclass::TreeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreeType |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
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.
Reimplemented from itk::LightObject.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
|
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 |
Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.
Definition at line 72 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.