ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | List of all members
itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData > Class Template Referenceabstract

#include <itkScalarRegionBasedLevelSetFunction.h>

+ Inheritance diagram for itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >:
+ Collaboration diagram for itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >:

Detailed Description

template<class TInputImage, class TFeatureImage, class TSharedData>
class itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >

LevelSet function that computes a speed image based on regional integrals.

This class implements a level set function that computes the speed image by integrating values on the image domain. NOTE: The convention followed is inside of the level-set function is negative and outside is positive.

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.
Author
Mosaliganti K., Smith B., Gelas A., Gouaillard A., Megason S.

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 66 of file itkScalarRegionBasedLevelSetFunction.h.

Public Types

typedef
ImageRegionConstIterator
< FeatureImageType
ConstFeatureIteratorType
 
typedef
ImageRegionConstIteratorWithIndex
< InputImageType
ConstImageIteratorType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
FeatureImageType::ConstPointer 
FeatureImageConstPointer
 
typedef
ImageRegionIteratorWithIndex
< FeatureImageType
FeatureImageIteratorType
 
typedef
Superclass::FeatureImageType 
FeatureImageType
 
typedef
Superclass::FeatureIndexType 
FeatureIndexType
 
typedef
Superclass::FeatureOffsetType 
FeatureOffsetType
 
typedef
Superclass::FeaturePixelType 
FeaturePixelType
 
typedef Superclass::FloatOffsetType FloatOffsetType
 
typedef
Superclass::GlobalDataStruct 
GlobalDataStruct
 
typedef
ImageRegionIteratorWithIndex
< InputImageType
ImageIteratorType
 
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
 
typedef
Superclass::InputImagePointer 
InputImagePointer
 
typedef Superclass::InputImageType 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 Image< ListPixelType,
itkGetStaticConstMacro(ImageDimension) > 
ListImageType
 
typedef
ListPixelType::const_iterator 
ListPixelConstIterator
 
typedef ListPixelType::iterator ListPixelIterator
 
typedef std::list< unsigned int > ListPixelType
 
typedef
Superclass::NeighborhoodType 
NeighborhoodType
 
typedef Superclass::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RadiusType RadiusType
 
typedef Superclass::ScalarValueType ScalarValueType
 
typedef
ScalarRegionBasedLevelSetFunction 
Self
 
typedef
Superclass::SharedDataPointer 
SharedDataPointer
 
typedef Superclass::SharedDataType SharedDataType
 
typedef
RegionBasedLevelSetFunction
< TInputImage, TFeatureImage,
TSharedData > 
Superclass
 
typedef Superclass::TimeStepType TimeStepType
 
typedef Superclass::VectorType VectorType
 
- Public Types inherited from itk::RegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >
typedef SmartPointer< const SelfConstPointer
 
typedef
FeatureImageType::ConstPointer 
FeatureImageConstPointer
 
typedef TFeatureImage FeatureImageType
 
typedef FeatureImageType::IndexType FeatureIndexType
 
typedef
FeatureImageType::OffsetType 
FeatureOffsetType
 
typedef FeatureImageType::PixelType FeaturePixelType
 
typedef
FeatureImageType::SpacingType 
FeatureSpacingType
 
typedef Superclass::FloatOffsetType FloatOffsetType
 
typedef
HeavisideFunctionType::ConstPointer 
HeavisideFunctionConstPointer
 
typedef
HeavisideStepFunctionBase
< InputPixelType,
InputPixelType
HeavisideFunctionType
 
typedef Superclass::ImageType ImageType
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::Pointer InputImagePointer
 
typedef TInputImage InputImageType
 
typedef InputImageType::IndexType InputIndexType
 
typedef
InputImageType::IndexValueType 
InputIndexValueType
 
typedef InputImageType::PixelType InputPixelType
 
typedef InputImageType::PointType InputPointType
 
typedef InputImageType::RegionType InputRegionType
 
typedef InputImageType::SizeType InputSizeType
 
typedef
InputImageType::SizeValueType 
InputSizeValueType
 
typedef
Superclass::NeighborhoodScalesType 
NeighborhoodScalesType
 
typedef
Superclass::NeighborhoodType 
NeighborhoodType
 
typedef Superclass::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RadiusType RadiusType
 
typedef PixelType ScalarValueType
 
typedef RegionBasedLevelSetFunction Self
 
typedef SharedDataType::Pointer SharedDataPointer
 
typedef TSharedData SharedDataType
 
typedef
FiniteDifferenceFunction
< TInputImage > 
Superclass
 
typedef double TimeStepType
 
typedef FixedArray
< ScalarValueType,
itkGetStaticConstMacro(ImageDimension) > 
VectorType
 
- Public Types inherited from itk::FiniteDifferenceFunction< TInputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
ZeroFluxNeumannBoundaryCondition
< ImageType
DefaultBoundaryConditionType
 
typedef Vector< float,
itkGetStaticConstMacro(ImageDimension) > 
FloatOffsetType
 
typedef TInputImage ImageType
 
typedef Vector< PixelRealType,
itkGetStaticConstMacro(ImageDimension) > 
NeighborhoodScalesType
 
typedef
ConstNeighborhoodIterator
< TInputImage,
DefaultBoundaryConditionType
NeighborhoodType
 
typedef double PixelRealType
 
typedef ImageType::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef
ConstNeighborhoodIterator
< TInputImage >::RadiusType 
RadiusType
 
typedef FiniteDifferenceFunction Self
 
typedef LightObject Superclass
 
typedef double TimeStepType
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual const char * GetNameOfClass () const
 
void UpdatePixel (const unsigned int &idx, NeighborhoodIterator< TInputImage > &iterator, InputPixelType &newValue, bool &status)
 
- Public Member Functions inherited from itk::RegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >
virtual VectorType AdvectionField (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *=0) const
 
virtual void CalculateAdvectionImage ()
 
virtual ScalarValueType ComputeCurvature (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *gd)
 
TimeStepType ComputeGlobalTimeStep (void *GlobalData) const
 
virtual PixelType ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &=FloatOffsetType(0.0))
 
virtual ScalarValueType CurvatureSpeed (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *=0) const
 
ScalarValueType GetAdvectionWeight () const
 
virtual const FeatureImageTypeGetFeatureImage () const
 
void * GetGlobalDataPointer () const
 
virtual void Initialize (const RadiusType &r)
 
virtual ScalarValueType LaplacianSmoothingSpeed (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *=0) const
 
virtual void ReleaseGlobalDataPointer (void *GlobalData) const
 
void SetAdvectionWeight (const ScalarValueType &iA)
 
void SetDomainFunction (const HeavisideFunctionType *f)
 
virtual void SetFeatureImage (const FeatureImageType *f)
 
void SetFunctionId (const unsigned int &iFid)
 
void SetInitialImage (InputImageType *f)
 
void SetSharedData (SharedDataPointer sharedDataIn)
 
void UpdateSharedData (bool forceUpdate)
 
void SetAreaWeight (const ScalarValueType &nu)
 
ScalarValueType GetAreaWeight () const
 
void SetLambda1 (const ScalarValueType &lambda1)
 
ScalarValueType GetLambda1 () const
 
void SetLambda2 (const ScalarValueType &lambda2)
 
ScalarValueType GetLambda2 () const
 
void SetOverlapPenaltyWeight (const ScalarValueType &gamma)
 
ScalarValueType GetOverlapPenaltyWeight () const
 
virtual void SetCurvatureWeight (const ScalarValueType c)
 
ScalarValueType GetCurvatureWeight () const
 
void SetReinitializationSmoothingWeight (const ScalarValueType c)
 
ScalarValueType GetReinitializationSmoothingWeight () const
 
void SetVolumeMatchingWeight (const ScalarValueType &tau)
 
ScalarValueType GetVolumeMatchingWeight () const
 
void SetVolume (const ScalarValueType &volume)
 
ScalarValueType GetVolume () const
 
- Public Member Functions inherited from itk::FiniteDifferenceFunction< TInputImage >
const NeighborhoodScalesType ComputeNeighborhoodScales () const
 
const RadiusTypeGetRadius () const
 
void GetScaleCoefficients (PixelRealType vals[ImageDimension]) const
 
virtual void InitializeIteration ()
 
void SetRadius (const RadiusType &r)
 
void SetScaleCoefficients (PixelRealType vals[ImageDimension])
 
- Public Member Functions inherited from itk::LightObject
virtual Pointer CreateAnother () const
 
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 Attributes

static const unsigned int ImageDimension = TFeatureImage::ImageDimension
 
- Static Public Attributes inherited from itk::RegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >
static const unsigned int ImageDimension
 
- Static Public Attributes inherited from itk::FiniteDifferenceFunction< TInputImage >
static const unsigned int ImageDimension
 

Protected Member Functions

ScalarValueType ComputeOverlapParameters (const FeatureIndexType &featIndex, ScalarValueType &product)
 
 ScalarRegionBasedLevelSetFunction ()
 
virtual void UpdateSharedDataInsideParameters (const unsigned int &iId, const FeaturePixelType &iVal, const ScalarValueType &iChange)=0
 
virtual void UpdateSharedDataOutsideParameters (const unsigned int &iId, const FeaturePixelType &iVal, const ScalarValueType &iChange)=0
 
 ~ScalarRegionBasedLevelSetFunction ()
 
- Protected Member Functions inherited from itk::RegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >
virtual ScalarValueType ComputeExternalTerm (const FeaturePixelType &iValue, const FeatureIndexType &iIdx)=0
 
ScalarValueType ComputeGlobalTerm (const ScalarValueType &imagePixel, const InputIndexType &inputIndex)
 
void ComputeHessian (const NeighborhoodType &it, GlobalDataStruct *globalData)
 
void ComputeHImage ()
 
virtual ScalarValueType ComputeInternalTerm (const FeaturePixelType &iValue, const FeatureIndexType &iIdx)=0
 
ScalarValueType ComputeLaplacian (GlobalDataStruct *gd)
 
virtual ScalarValueType ComputeOverlapParameters (const FeatureIndexType &featIndex, ScalarValueType &pr)=0
 
virtual void ComputeParameters ()=0
 
ScalarValueType ComputeVolumeRegularizationTerm ()
 
 RegionBasedLevelSetFunction ()
 
virtual void UpdateSharedDataParameters ()=0
 
virtual ~RegionBasedLevelSetFunction ()
 
- Protected Member Functions inherited from itk::FiniteDifferenceFunction< TInputImage >
 FiniteDifferenceFunction ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
 ~FiniteDifferenceFunction ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

void operator= (const Self &)
 
 ScalarRegionBasedLevelSetFunction (const Self &)
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Static Protected Member Functions inherited from itk::RegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >
static VectorType InitializeZeroVectorConstant ()
 
- Protected Attributes inherited from itk::RegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >
ScalarValueType m_AdvectionWeight
 
ScalarValueType m_AreaWeight
 
OffsetValueType m_Center
 
ScalarValueType m_CurvatureWeight
 
HeavisideFunctionConstPointer m_DomainFunction
 
FeatureImageConstPointer m_FeatureImage
 
unsigned int m_FunctionId
 
InputImageConstPointer m_InitialImage
 
double m_InvSpacing [itkGetStaticConstMacro(ImageDimension)]
 
ScalarValueType m_Lambda1
 
ScalarValueType m_Lambda2
 
ScalarValueType m_OverlapPenaltyWeight
 
ScalarValueType m_ReinitializationSmoothingWeight
 
SharedDataPointer m_SharedData
 
bool m_UpdateC
 
ScalarValueType m_Volume
 
ScalarValueType m_VolumeMatchingWeight
 
OffsetValueType m_xStride [itkGetStaticConstMacro(ImageDimension)]
 
std::slice x_slice [itkGetStaticConstMacro(ImageDimension)]
 
- Static Protected Attributes inherited from itk::RegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >
static double m_DT
 
static double m_WaveDT
 
static VectorType m_ZeroVectorConstant
 

Member Typedef Documentation

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef ImageRegionConstIterator< FeatureImageType > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ConstFeatureIteratorType

Definition at line 114 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef ImageRegionConstIteratorWithIndex< InputImageType > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ConstImageIteratorType

Definition at line 112 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef SmartPointer< const Self > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ConstPointer

Definition at line 73 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef FeatureImageType::ConstPointer itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeatureImageConstPointer

Definition at line 94 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef ImageRegionIteratorWithIndex< FeatureImageType > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeatureImageIteratorType

Definition at line 113 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::FeatureImageType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeatureImageType

Definition at line 93 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::FeatureIndexType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeatureIndexType

Definition at line 96 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::FeatureOffsetType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeatureOffsetType

Definition at line 97 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::FeaturePixelType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeaturePixelType

Definition at line 95 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::FloatOffsetType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FloatOffsetType

Definition at line 101 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::GlobalDataStruct itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::GlobalDataStruct

Definition at line 104 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef ImageRegionIteratorWithIndex< InputImageType > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ImageIteratorType

Definition at line 111 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputImageConstPointer itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputImageConstPointer

Definition at line 83 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputImagePointer itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputImagePointer

Definition at line 84 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputImageType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputImageType

Definition at line 82 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputIndexType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputIndexType

Definition at line 86 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputIndexValueType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputIndexValueType

Definition at line 87 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputPixelType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputPixelType

Definition at line 85 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputPointType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputPointType

Definition at line 91 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputRegionType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputRegionType

Definition at line 90 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputSizeType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputSizeType

Definition at line 88 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::InputSizeValueType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputSizeValueType

Definition at line 89 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Image< ListPixelType, itkGetStaticConstMacro(ImageDimension) > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ListImageType

Definition at line 120 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef ListPixelType::const_iterator itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ListPixelConstIterator

Definition at line 117 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef ListPixelType::iterator itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ListPixelIterator

Definition at line 118 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef std::list< unsigned int > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ListPixelType

Definition at line 116 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::NeighborhoodType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::NeighborhoodType

Definition at line 100 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::PixelType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::PixelType

Definition at line 105 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef SmartPointer< Self > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::Pointer

Definition at line 72 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::RadiusType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::RadiusType

Definition at line 102 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::ScalarValueType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ScalarValueType

Definition at line 99 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef ScalarRegionBasedLevelSetFunction itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::Self

Definition at line 70 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::SharedDataPointer itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::SharedDataPointer

Definition at line 109 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::SharedDataType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::SharedDataType

Definition at line 108 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef RegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData > itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::Superclass

Definition at line 71 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::TimeStepType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::TimeStepType

Definition at line 103 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
typedef Superclass::VectorType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::VectorType

Definition at line 106 of file itkScalarRegionBasedLevelSetFunction.h.

Constructor & Destructor Documentation

template<class TInputImage , class TFeatureImage , class TSharedData >
itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ScalarRegionBasedLevelSetFunction ( )
inlineprotected

Definition at line 132 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::~ScalarRegionBasedLevelSetFunction ( )
inlineprotected

Definition at line 133 of file itkScalarRegionBasedLevelSetFunction.h.

template<class TInputImage , class TFeatureImage , class TSharedData >
itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ScalarRegionBasedLevelSetFunction ( const Self )
private

Member Function Documentation

template<class TInputImage , class TFeatureImage , class TSharedData >
ScalarValueType itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ComputeOverlapParameters ( const FeatureIndexType featIndex,
ScalarValueType product 
)
protected
template<class TInputImage , class TFeatureImage , class TSharedData >
virtual const char* itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::GetNameOfClass ( ) const
virtual
template<class TInputImage , class TFeatureImage , class TSharedData >
void itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::operator= ( const Self )
private
template<class TInputImage , class TFeatureImage , class TSharedData >
void itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::UpdatePixel ( const unsigned int &  idx,
NeighborhoodIterator< TInputImage > &  iterator,
InputPixelType newValue,
bool &  status 
)

Performs the narrow-band update of the Heaviside function for each voxel. The characteristic function of each region is recomputed (note the shared data which contains information from the other level sets). Using the new H values, the previous c_i are updated.

template<class TInputImage , class TFeatureImage , class TSharedData >
virtual void itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::UpdateSharedDataInsideParameters ( const unsigned int &  iId,
const FeaturePixelType iVal,
const ScalarValueType iChange 
)
protectedpure virtual
template<class TInputImage , class TFeatureImage , class TSharedData >
virtual void itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::UpdateSharedDataOutsideParameters ( const unsigned int &  iId,
const FeaturePixelType iVal,
const ScalarValueType iChange 
)
protectedpure virtual

Member Data Documentation

template<class TInputImage , class TFeatureImage , class TSharedData >
const unsigned int itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ImageDimension = TFeatureImage::ImageDimension
static

Definition at line 80 of file itkScalarRegionBasedLevelSetFunction.h.


The documentation for this class was generated from the following file: