ITK  4.12.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
itk::DiscreteLevelSetImage< TOutput, VDimension > Class Template Referenceabstract

#include <itkDiscreteLevelSetImage.h>

+ Inheritance diagram for itk::DiscreteLevelSetImage< TOutput, VDimension >:
+ Collaboration diagram for itk::DiscreteLevelSetImage< TOutput, VDimension >:

Detailed Description

template<typename TOutput, unsigned int VDimension>
class itk::DiscreteLevelSetImage< TOutput, VDimension >

Abstract class for a level-set function on one Image.

Template Parameters
TOutputOutputType of the level-set function value
VDimensionDimension of the underlying Image.

Definition at line 36 of file itkDiscreteLevelSetImage.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::GradientType GradientType
 
typedef Superclass::HessianType HessianType
 
typedef Index< VDimension > IndexType
 
typedef Superclass::InputType InputType
 
typedef
Superclass::LevelSetDataType 
LevelSetDataType
 
typedef Superclass::OutputRealType OutputRealType
 
typedef Superclass::OutputType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef DiscreteLevelSetImage Self
 
typedef LevelSetImage
< IndexType, VDimension,
TOutput > 
Superclass
 
- Public Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::GradientType GradientType
 
typedef Superclass::HessianType HessianType
 
typedef ImageBase< VDimension > ImageBaseType
 
typedef Superclass::InputType InputType
 
typedef
Superclass::LevelSetDataType 
LevelSetDataType
 
typedef ImageBaseType::OffsetType OffsetType
 
typedef
ImageBaseType::OffsetValueType 
OffsetValueType
 
typedef Superclass::OutputRealType OutputRealType
 
typedef Superclass::OutputType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef LevelSetImage Self
 
typedef LevelSetBase< Index
< VDimension >, VDimension,
TOutput, ImageBaseType
Superclass
 
- Public Types inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >
typedef SmartPointer< const SelfConstPointer
 
typedef ImageBase< VDimension > DomainType
 
typedef CovariantVector
< OutputRealType, VDimension > 
GradientType
 
typedef Matrix< OutputRealType,
VDimension, VDimension > 
HessianType
 
typedef Index< VDimension > InputType
 
typedef NumericTraits
< OutputType >::RealType 
OutputRealType
 
typedef TOutput OutputType
 
typedef SmartPointer< SelfPointer
 
typedef IdentifierType RegionType
 
typedef LevelSetBase Self
 
typedef DataObject Superclass
 

Public Member Functions

virtual OutputType Evaluate (const InputType &inputIndex) const override=0
 
virtual void Evaluate (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual GradientType EvaluateBackwardGradient (const InputType &inputIndex) const
 
virtual void EvaluateBackwardGradient (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual GradientType EvaluateForwardGradient (const InputType &inputIndex) const
 
virtual void EvaluateForwardGradient (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual GradientType EvaluateGradient (const InputType &inputIndex) const override
 
virtual void EvaluateGradient (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual HessianType EvaluateHessian (const InputType &inputIndex) const override
 
virtual void EvaluateHessian (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual OutputRealType EvaluateLaplacian (const InputType &inputIndex) const override
 
virtual void EvaluateLaplacian (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual OutputRealType EvaluateMeanCurvature (const InputType &inputIndex) const override
 
virtual void EvaluateMeanCurvature (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput >
virtual OffsetType GetDomainOffset () const
 
virtual void SetDomainOffset (OffsetType _arg)
 
- Public Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >
virtual OutputType Evaluate (const InputType &iP) const =0
 
virtual GradientType EvaluateGradient (const InputType &iP) const =0
 
virtual OutputRealType EvaluateGradientNorm (const InputType &iP) const
 
virtual HessianType EvaluateHessian (const InputType &iP) const =0
 
virtual OutputRealType EvaluateLaplacian (const InputType &iP) const =0
 
virtual OutputRealType EvaluateMeanCurvature (const InputType &iP) const =0
 
virtual void Evaluate (const InputType &iP, LevelSetDataType &ioData) const =0
 
virtual void EvaluateGradient (const InputType &iP, LevelSetDataType &ioData) const =0
 
virtual void EvaluateHessian (const InputType &iP, LevelSetDataType &ioData) const =0
 
virtual void EvaluateLaplacian (const InputType &iP, LevelSetDataType &ioData) const =0
 
virtual void EvaluateGradientNorm (const InputType &iP, LevelSetDataType &ioData) const
 
virtual void EvaluateMeanCurvature (const InputType &iP, LevelSetDataType &ioData) const
 
virtual void EvaluateForwardGradient (const InputType &iP, LevelSetDataType &ioData) const =0
 
virtual void EvaluateBackwardGradient (const InputType &iP, LevelSetDataType &ioData) const =0
 
virtual bool IsInside (const InputType &iP) const
 
virtual RegionType GetMaximumNumberOfRegions () const
 
virtual void UpdateOutputInformation () override
 
virtual void SetRequestedRegionToLargestPossibleRegion () override
 
virtual bool RequestedRegionIsOutsideOfTheBufferedRegion () override
 
virtual bool VerifyRequestedRegion () override
 
virtual void SetRequestedRegion (const DataObject *data) override
 
virtual void SetRequestedRegion (const RegionType &region)
 
virtual RegionType GetRequestedRegion () const
 
virtual void SetBufferedRegion (const RegionType &region)
 
virtual RegionType GetBufferedRegion () const
 

Static Public Attributes

static const unsigned int Dimension = Superclass::Dimension
 
- Static Public Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput >
static const unsigned int Dimension
 
- Static Public Attributes inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >
static const unsigned int Dimension
 

Protected Member Functions

virtual void CopyInformation (const DataObject *data) override
 
 DiscreteLevelSetImage ()
 
virtual void Graft (const DataObject *data) override
 
virtual void Initialize () override
 
virtual ~DiscreteLevelSetImage ()
 
- Protected Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput >
virtual bool IsInsideDomain (const InputType &iP) const =0
 
 LevelSetImage ()
 
virtual ~LevelSetImage ()
 
- Protected Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >
 LevelSetBase ()
 
virtual ~LevelSetBase ()
 

Additional Inherited Members

- Protected Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput >
typedef GradientType ScalingType
 
- Protected Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput >
OffsetType m_DomainOffset
 
ScalingType m_NeighborhoodScales
 
- Protected Attributes inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >
RegionType m_MaximumNumberOfRegions
 
RegionType m_NumberOfRegions
 
RegionType m_RequestedNumberOfRegions
 
RegionType m_BufferedRegion
 
RegionType m_RequestedRegion
 

Member Typedef Documentation

template<typename TOutput, unsigned int VDimension>
typedef SmartPointer< const Self > itk::DiscreteLevelSetImage< TOutput, VDimension >::ConstPointer

Definition at line 44 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef Superclass::GradientType itk::DiscreteLevelSetImage< TOutput, VDimension >::GradientType

Definition at line 55 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef Superclass::HessianType itk::DiscreteLevelSetImage< TOutput, VDimension >::HessianType

Definition at line 56 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef Index< VDimension > itk::DiscreteLevelSetImage< TOutput, VDimension >::IndexType

Definition at line 40 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef Superclass::InputType itk::DiscreteLevelSetImage< TOutput, VDimension >::InputType

Definition at line 52 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef Superclass::LevelSetDataType itk::DiscreteLevelSetImage< TOutput, VDimension >::LevelSetDataType

Definition at line 57 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef Superclass::OutputRealType itk::DiscreteLevelSetImage< TOutput, VDimension >::OutputRealType

Definition at line 54 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef Superclass::OutputType itk::DiscreteLevelSetImage< TOutput, VDimension >::OutputType

Definition at line 53 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef SmartPointer< Self > itk::DiscreteLevelSetImage< TOutput, VDimension >::Pointer

Definition at line 43 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef DiscreteLevelSetImage itk::DiscreteLevelSetImage< TOutput, VDimension >::Self

Definition at line 42 of file itkDiscreteLevelSetImage.h.

template<typename TOutput, unsigned int VDimension>
typedef LevelSetImage< IndexType, VDimension, TOutput > itk::DiscreteLevelSetImage< TOutput, VDimension >::Superclass

Definition at line 45 of file itkDiscreteLevelSetImage.h.

Constructor & Destructor Documentation

template<typename TOutput, unsigned int VDimension>
itk::DiscreteLevelSetImage< TOutput, VDimension >::DiscreteLevelSetImage ( )
protected
template<typename TOutput, unsigned int VDimension>
virtual itk::DiscreteLevelSetImage< TOutput, VDimension >::~DiscreteLevelSetImage ( )
protectedvirtual

Member Function Documentation

template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::CopyInformation ( const DataObject data)
overrideprotectedvirtual
template<typename TOutput, unsigned int VDimension>
virtual OutputType itk::DiscreteLevelSetImage< TOutput, VDimension >::Evaluate ( const InputType inputIndex) const
overridepure virtual
template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::Evaluate ( const InputType inputIndex,
LevelSetDataType data 
) const
overridevirtual

Returns the value of the level set function at a given location inputIndex

Reimplemented in itk::LevelSetDenseImage< TImage >.

template<typename TOutput, unsigned int VDimension>
virtual GradientType itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateBackwardGradient ( const InputType inputIndex) const
virtual
template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateBackwardGradient ( const InputType inputIndex,
LevelSetDataType data 
) const
overridevirtual

Returns the gradient of the level set function at a given location inputIndex as part of the LevelSetDataType

template<typename TOutput, unsigned int VDimension>
virtual GradientType itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateForwardGradient ( const InputType inputIndex) const
virtual
template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateForwardGradient ( const InputType inputIndex,
LevelSetDataType data 
) const
overridevirtual

Returns the gradient of the level set function at a given location inputIndex as part of the LevelSetDataType

template<typename TOutput, unsigned int VDimension>
virtual GradientType itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateGradient ( const InputType inputIndex) const
overridevirtual

Returns the image gradient of the level set function at a given location inputIndex

template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateGradient ( const InputType inputIndex,
LevelSetDataType data 
) const
overridevirtual

Returns the gradient of the level set function at a given location inputIndex as part of the LevelSetDataType

template<typename TOutput, unsigned int VDimension>
virtual HessianType itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateHessian ( const InputType inputIndex) const
overridevirtual

Returns the image hessian of the level set function at a given location inputIndex

Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.

template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateHessian ( const InputType inputIndex,
LevelSetDataType data 
) const
overridevirtual

Returns the Hessian of the level set function at a given location inputIndex as part of the LevelSetDataType

Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.

template<typename TOutput, unsigned int VDimension>
virtual OutputRealType itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateLaplacian ( const InputType inputIndex) const
overridevirtual

Returns the image Laplacian of the level set function at a given location inputIndex

Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.

template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateLaplacian ( const InputType inputIndex,
LevelSetDataType data 
) const
overridevirtual

Returns the Laplacian of the level set function at a given location inputIndex as part of the LevelSetDataType

Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.

template<typename TOutput, unsigned int VDimension>
virtual OutputRealType itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateMeanCurvature ( const InputType inputIndex) const
overridevirtual

Returns the mean curvature of the level set function at a given location inputIndex

Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.

template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::EvaluateMeanCurvature ( const InputType inputIndex,
LevelSetDataType data 
) const
overridevirtual

Returns the Hessian of the level set function at a given location inputIndex as part of the LevelSetDataType

Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.

template<typename TOutput, unsigned int VDimension>
virtual const char* itk::DiscreteLevelSetImage< TOutput, VDimension >::GetNameOfClass ( ) const
virtual
template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::Graft ( const DataObject data)
overrideprotectedvirtual
template<typename TOutput, unsigned int VDimension>
virtual void itk::DiscreteLevelSetImage< TOutput, VDimension >::Initialize ( )
overrideprotectedvirtual

Member Data Documentation

template<typename TOutput, unsigned int VDimension>
const unsigned int itk::DiscreteLevelSetImage< TOutput, VDimension >::Dimension = Superclass::Dimension
static

Definition at line 50 of file itkDiscreteLevelSetImage.h.


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