ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
itk::MalcolmSparseLevelSetImage< VDimension > Class Template Reference

#include <itkMalcolmSparseLevelSetImage.h>

+ Inheritance diagram for itk::MalcolmSparseLevelSetImage< VDimension >:
+ Collaboration diagram for itk::MalcolmSparseLevelSetImage< VDimension >:

Detailed Description

template<unsigned int VDimension>
class itk::MalcolmSparseLevelSetImage< VDimension >

Derived class for the Malcolm representation of level-set function.

This representation is a "sparse" level-set function, where values could only be { -1, 0, +1 } and organized into 1 layer { 0 }.

Template Parameters
VDimensionDimension of the input space
Examples:
SphinxExamples/src/Segmentation/LevelSetsv4Visualization/VisualizeStaticMalcolm2DLevelSetLayers/Code.cxx.

Definition at line 41 of file itkMalcolmSparseLevelSetImage.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::GradientType GradientType
 
typedef Superclass::HessianType HessianType
 
typedef Superclass::InputType InputType
 
typedef Superclass::LabelMapPointer LabelMapPointer
 
typedef Superclass::LabelMapType LabelMapType
 
typedef
Superclass::LabelObjectLengthType 
LabelObjectLengthType
 
typedef
Superclass::LabelObjectLineType 
LabelObjectLineType
 
typedef
Superclass::LabelObjectPointer 
LabelObjectPointer
 
typedef Superclass::LabelObjectType LabelObjectType
 
typedef
Superclass::LayerConstIterator 
LayerConstIterator
 
typedef Superclass::LayerIdType LayerIdType
 
typedef Superclass::LayerIterator LayerIterator
 
typedef
Superclass::LayerMapConstIterator 
LayerMapConstIterator
 
typedef
Superclass::LayerMapIterator 
LayerMapIterator
 
typedef Superclass::LayerMapType LayerMapType
 
typedef Superclass::LayerType LayerType
 
typedef
Superclass::LevelSetDataType 
LevelSetDataType
 
typedef Superclass::OutputRealType OutputRealType
 
typedef Superclass::OutputType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RegionType RegionType
 
typedef MalcolmSparseLevelSetImage Self
 
typedef LevelSetSparseImage
< int8_t, VDimension > 
Superclass
 
- Public Types inherited from itk::LevelSetSparseImage< int8_t, VDimension >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::GradientType GradientType
 
typedef Superclass::HessianType HessianType
 
typedef Superclass::InputType InputType
 
typedef LabelMapType::Pointer LabelMapPointer
 
typedef LabelMap< LabelObjectTypeLabelMapType
 
typedef LabelObjectType::LengthType LabelObjectLengthType
 
typedef LabelObjectType::LineType LabelObjectLineType
 
typedef LabelObjectType::Pointer LabelObjectPointer
 
typedef LabelObject
< LayerIdType, VDimension > 
LabelObjectType
 
typedef LayerType::const_iterator LayerConstIterator
 
typedef std::list< LayerIdTypeLayerIdListType
 
typedef int8_t LayerIdType
 
typedef LayerType::iterator LayerIterator
 
typedef
LayerMapType::const_iterator 
LayerMapConstIterator
 
typedef LayerMapType::iterator LayerMapIterator
 
typedef std::map< LayerIdType,
LayerType
LayerMapType
 
typedef std::map< InputType,
OutputType,
Functor::IndexLexicographicCompare
< VDimension > > 
LayerType
 
typedef
Superclass::LevelSetDataType 
LevelSetDataType
 
typedef Superclass::OutputRealType OutputRealType
 
typedef Superclass::OutputType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef LabelMapType::RegionType RegionType
 
typedef LevelSetSparseImage Self
 
typedef DiscreteLevelSetImage
< int8_t, VDimension > 
Superclass
 
- Public Types inherited from itk::DiscreteLevelSetImage< int8_t, VDimension >
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,
int8_t
Superclass
 
- Public Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t >
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,
int8_t, ImageBaseType
Superclass
 
- Public Types inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, 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 int8_t OutputType
 
typedef SmartPointer< SelfPointer
 
typedef IdentifierType RegionType
 
typedef LevelSetBase Self
 
typedef DataObject Superclass
 
- Public Types inherited from itk::DataObject
typedef SmartPointer< const SelfConstPointer
 
typedef std::string DataObjectIdentifierType
 
typedef std::vector< Pointer >
::size_type 
DataObjectPointerArraySizeType
 
typedef SmartPointer< SelfPointer
 
typedef DataObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual OutputType Evaluate (const InputType &inputPixel) const override
 
virtual HessianType EvaluateHessian (const InputType &inputPixel) const override
 
virtual void EvaluateHessian (const InputType &inputPixel, LevelSetDataType &data) const override
 
virtual OutputRealType EvaluateLaplacian (const InputType &inputPixel) const override
 
virtual void EvaluateLaplacian (const InputType &inputPixel, LevelSetDataType &data) const override
 
virtual OutputRealType EvaluateMeanCurvature (const InputType &inputPixel) const override
 
virtual void EvaluateMeanCurvature (const InputType &inputPixel, LevelSetDataType &data) const override
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::LevelSetSparseImage< int8_t, VDimension >
LabelObject< TLabel,
VDimension >::Pointer 
GetAsLabelObject ()
 
const LayerTypeGetLayer (LayerIdType value) const
 
LayerTypeGetLayer (LayerIdType value)
 
virtual void Graft (const DataObject *data) override
 
void SetLayer (LayerIdType value, const LayerType &layer)
 
virtual LayerIdType Status (const InputType &inputIndex) const
 
virtual void SetLabelMap (LabelMapType *labelMap)
 
virtual LabelMapTypeGetModifiableLabelMap ()
 
virtual const LabelMapTypeGetLabelMap () const
 
- Public Member Functions inherited from itk::DiscreteLevelSetImage< int8_t, VDimension >
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
 
- Public Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t >
virtual OffsetType GetDomainOffset () const
 
virtual void SetDomainOffset (OffsetType _arg)
 
- Public Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, 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
 
- Public Member Functions inherited from itk::DataObject
virtual void DataHasBeenGenerated ()
 
void DisconnectPipeline ()
 
bool GetDataReleased () const
 
virtual const bool & GetReleaseDataFlag () const
 
SmartPointerForwardReference
< ProcessObject
GetSource () const
 
DataObjectPointerArraySizeType GetSourceOutputIndex () const
 
const DataObjectIdentifierTypeGetSourceOutputName () const
 
virtual ModifiedTimeType GetUpdateMTime () const
 
virtual void PrepareForNewData ()
 
virtual void PropagateRequestedRegion ()
 
void ReleaseData ()
 
virtual void ReleaseDataFlagOff ()
 
virtual void ReleaseDataFlagOn ()
 
virtual void ResetPipeline ()
 
void SetReleaseDataFlag (bool flag)
 
bool ShouldIReleaseData () const
 
virtual void Update ()
 
virtual void UpdateOutputData ()
 
void SetPipelineMTime (ModifiedTimeType time)
 
virtual const ModifiedTimeTypeGetPipelineMTime () const
 
virtual void SetRealTimeStamp (RealTimeStamp _arg)
 
virtual const RealTimeStampGetRealTimeStamp () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- 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
 

Static Public Member Functions

static LayerIdType MinusOneLayer ()
 
static Pointer New ()
 
static LayerIdType PlusOneLayer ()
 
static LayerIdType ZeroLayer ()
 
- Static Public Member Functions inherited from itk::DataObject
static bool GetGlobalReleaseDataFlag ()
 
static void GlobalReleaseDataFlagOff ()
 
static void GlobalReleaseDataFlagOn ()
 
static void SetGlobalReleaseDataFlag (bool val)
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

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

Protected Member Functions

virtual void InitializeInternalLabelList () override
 
virtual void InitializeLayers () override
 
 MalcolmSparseLevelSetImage ()
 
virtual ~MalcolmSparseLevelSetImage () override
 
- Protected Member Functions inherited from itk::LevelSetSparseImage< int8_t, VDimension >
virtual void CopyInformation (const DataObject *data) override
 
virtual void Initialize () override
 
virtual bool IsInsideDomain (const InputType &inputIndex) const override
 
 LevelSetSparseImage ()
 
virtual ~LevelSetSparseImage () override
 
- Protected Member Functions inherited from itk::DiscreteLevelSetImage< int8_t, VDimension >
 DiscreteLevelSetImage ()
 
virtual ~DiscreteLevelSetImage () override
 
- Protected Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t >
virtual bool IsInsideDomain (const InputType &iP) const =0
 
 LevelSetImage ()
 
virtual ~LevelSetImage () override
 
- Protected Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, ImageBase< VDimension > >
 LevelSetBase ()
 
virtual ~LevelSetBase () override
 
- Protected Member Functions inherited from itk::DataObject
 DataObject ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void PropagateResetPipeline ()
 
virtual ~DataObject () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- 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 ()
 

Additional Inherited Members

- Protected Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t >
typedef GradientType ScalingType
 
- Protected Attributes inherited from itk::LevelSetSparseImage< int8_t, VDimension >
LayerIdListType m_InternalLabelList
 
LabelMapPointer m_LabelMap
 
LayerMapType m_Layers
 
- Protected Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t >
OffsetType m_DomainOffset
 
ScalingType m_NeighborhoodScales
 
- Protected Attributes inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, ImageBase< VDimension > >
RegionType m_MaximumNumberOfRegions
 
RegionType m_NumberOfRegions
 
RegionType m_RequestedNumberOfRegions
 
RegionType m_BufferedRegion
 
RegionType m_RequestedRegion
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<unsigned int VDimension>
typedef SmartPointer< const Self > itk::MalcolmSparseLevelSetImage< VDimension >::ConstPointer

Definition at line 47 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::GradientType itk::MalcolmSparseLevelSetImage< VDimension >::GradientType

Definition at line 61 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::HessianType itk::MalcolmSparseLevelSetImage< VDimension >::HessianType

Definition at line 62 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::InputType itk::MalcolmSparseLevelSetImage< VDimension >::InputType

Definition at line 58 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LabelMapPointer itk::MalcolmSparseLevelSetImage< VDimension >::LabelMapPointer

Definition at line 72 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LabelMapType itk::MalcolmSparseLevelSetImage< VDimension >::LabelMapType

Definition at line 71 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LabelObjectLengthType itk::MalcolmSparseLevelSetImage< VDimension >::LabelObjectLengthType

Definition at line 68 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LabelObjectLineType itk::MalcolmSparseLevelSetImage< VDimension >::LabelObjectLineType

Definition at line 69 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LabelObjectPointer itk::MalcolmSparseLevelSetImage< VDimension >::LabelObjectPointer

Definition at line 67 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LabelObjectType itk::MalcolmSparseLevelSetImage< VDimension >::LabelObjectType

Definition at line 66 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LayerConstIterator itk::MalcolmSparseLevelSetImage< VDimension >::LayerConstIterator

Definition at line 77 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LayerIdType itk::MalcolmSparseLevelSetImage< VDimension >::LayerIdType

Definition at line 65 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LayerIterator itk::MalcolmSparseLevelSetImage< VDimension >::LayerIterator

Definition at line 76 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LayerMapConstIterator itk::MalcolmSparseLevelSetImage< VDimension >::LayerMapConstIterator

Definition at line 81 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LayerMapIterator itk::MalcolmSparseLevelSetImage< VDimension >::LayerMapIterator

Definition at line 80 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LayerMapType itk::MalcolmSparseLevelSetImage< VDimension >::LayerMapType

Definition at line 79 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LayerType itk::MalcolmSparseLevelSetImage< VDimension >::LayerType

Definition at line 75 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::LevelSetDataType itk::MalcolmSparseLevelSetImage< VDimension >::LevelSetDataType

Definition at line 63 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::OutputRealType itk::MalcolmSparseLevelSetImage< VDimension >::OutputRealType

Definition at line 60 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::OutputType itk::MalcolmSparseLevelSetImage< VDimension >::OutputType

Definition at line 59 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef SmartPointer< Self > itk::MalcolmSparseLevelSetImage< VDimension >::Pointer

Definition at line 46 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef Superclass::RegionType itk::MalcolmSparseLevelSetImage< VDimension >::RegionType

Definition at line 73 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef MalcolmSparseLevelSetImage itk::MalcolmSparseLevelSetImage< VDimension >::Self

Definition at line 45 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef LevelSetSparseImage< int8_t, VDimension > itk::MalcolmSparseLevelSetImage< VDimension >::Superclass

Definition at line 48 of file itkMalcolmSparseLevelSetImage.h.

Constructor & Destructor Documentation

template<unsigned int VDimension>
itk::MalcolmSparseLevelSetImage< VDimension >::MalcolmSparseLevelSetImage ( )
protected
template<unsigned int VDimension>
virtual itk::MalcolmSparseLevelSetImage< VDimension >::~MalcolmSparseLevelSetImage ( )
overrideprotectedvirtual

Member Function Documentation

template<unsigned int VDimension>
virtual::itk::LightObject::Pointer itk::MalcolmSparseLevelSetImage< VDimension >::CreateAnother ( ) const
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::Object.

template<unsigned int VDimension>
virtual OutputType itk::MalcolmSparseLevelSetImage< VDimension >::Evaluate ( const InputType inputIndex) const
overridevirtual

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

Implements itk::DiscreteLevelSetImage< int8_t, VDimension >.

template<unsigned int VDimension>
virtual HessianType itk::MalcolmSparseLevelSetImage< VDimension >::EvaluateHessian ( const InputType inputPixel) const
overridevirtual

Returns the Hessian of the level set function at a given location inputPixel

Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.

template<unsigned int VDimension>
virtual void itk::MalcolmSparseLevelSetImage< 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 from itk::DiscreteLevelSetImage< int8_t, VDimension >.

template<unsigned int VDimension>
virtual OutputRealType itk::MalcolmSparseLevelSetImage< VDimension >::EvaluateLaplacian ( const InputType inputPixel) const
overridevirtual

Returns the Laplacian of the level set function at a given location inputPixel

Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.

template<unsigned int VDimension>
virtual void itk::MalcolmSparseLevelSetImage< 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 from itk::DiscreteLevelSetImage< int8_t, VDimension >.

template<unsigned int VDimension>
virtual OutputRealType itk::MalcolmSparseLevelSetImage< VDimension >::EvaluateMeanCurvature ( const InputType inputPixel) const
overridevirtual

Returns the MeanCurvature of the level set function at a given location inputPixel

Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.

template<unsigned int VDimension>
virtual void itk::MalcolmSparseLevelSetImage< 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 from itk::DiscreteLevelSetImage< int8_t, VDimension >.

template<unsigned int VDimension>
virtual const char* itk::MalcolmSparseLevelSetImage< VDimension >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::LevelSetSparseImage< int8_t, VDimension >.

template<unsigned int VDimension>
virtual void itk::MalcolmSparseLevelSetImage< VDimension >::InitializeInternalLabelList ( )
overrideprotectedvirtual
template<unsigned int VDimension>
virtual void itk::MalcolmSparseLevelSetImage< VDimension >::InitializeLayers ( )
overrideprotectedvirtual

Initialize the sparse field layers

Implements itk::LevelSetSparseImage< int8_t, VDimension >.

template<unsigned int VDimension>
static LayerIdType itk::MalcolmSparseLevelSetImage< VDimension >::MinusOneLayer ( )
inlinestatic

Definition at line 100 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
static Pointer itk::MalcolmSparseLevelSetImage< VDimension >::New ( )
static

Method for creation through the object factory.

template<unsigned int VDimension>
static LayerIdType itk::MalcolmSparseLevelSetImage< VDimension >::PlusOneLayer ( )
inlinestatic

Definition at line 102 of file itkMalcolmSparseLevelSetImage.h.

template<unsigned int VDimension>
static LayerIdType itk::MalcolmSparseLevelSetImage< VDimension >::ZeroLayer ( )
inlinestatic

Definition at line 101 of file itkMalcolmSparseLevelSetImage.h.

Member Data Documentation

template<unsigned int VDimension>
const unsigned int itk::MalcolmSparseLevelSetImage< VDimension >::Dimension = VDimension
static

Definition at line 56 of file itkMalcolmSparseLevelSetImage.h.


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