ITK  5.0.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::ShiSparseLevelSetImage< VDimension > Class Template Reference

#include <itkShiSparseLevelSetImage.h>

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

Detailed Description

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

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

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

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

Definition at line 37 of file itkShiSparseLevelSetImage.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using GradientType = typename Superclass::GradientType
 
using HessianType = typename Superclass::HessianType
 
using InputType = typename Superclass::InputType
 
using LabelMapPointer = typename Superclass::LabelMapPointer
 
using LabelMapType = typename Superclass::LabelMapType
 
using LabelObjectLengthType = typename Superclass::LabelObjectLengthType
 
using LabelObjectLineType = typename Superclass::LabelObjectLineType
 
using LabelObjectPointer = typename Superclass::LabelObjectPointer
 
using LabelObjectType = typename Superclass::LabelObjectType
 
using LayerConstIterator = typename Superclass::LayerConstIterator
 
using LayerIdType = typename Superclass::LayerIdType
 
using LayerIterator = typename Superclass::LayerIterator
 
using LayerMapConstIterator = typename Superclass::LayerMapConstIterator
 
using LayerMapIterator = typename Superclass::LayerMapIterator
 
using LayerMapType = typename Superclass::LayerMapType
 
using LayerType = typename Superclass::LayerType
 
using LevelSetDataType = typename Superclass::LevelSetDataType
 
using OutputRealType = typename Superclass::OutputRealType
 
using OutputType = typename Superclass::OutputType
 
using Pointer = SmartPointer< Self >
 
using RegionType = typename Superclass::RegionType
 
using Self = ShiSparseLevelSetImage
 
using Superclass = LevelSetSparseImage< int8_t, VDimension >
 
- Public Types inherited from itk::LevelSetSparseImage< int8_t, VDimension >
using ConstPointer = SmartPointer< const Self >
 
using GradientType = typename Superclass::GradientType
 
using HessianType = typename Superclass::HessianType
 
using InputType = typename Superclass::InputType
 
using LabelMapConstPointer = typename LabelMapType::ConstPointer
 
using LabelMapPointer = typename LabelMapType::Pointer
 
using LabelMapType = LabelMap< LabelObjectType >
 
using LabelObjectLengthType = typename LabelObjectType::LengthType
 
using LabelObjectLineType = typename LabelObjectType::LineType
 
using LabelObjectPointer = typename LabelObjectType::Pointer
 
using LabelObjectType = LabelObject< LayerIdType, VDimension >
 
using LayerConstIterator = typename LayerType::const_iterator
 
using LayerIdListType = std::list< LayerIdType >
 
using LayerIdType = int8_t
 
using LayerIterator = typename LayerType::iterator
 
using LayerMapConstIterator = typename LayerMapType::const_iterator
 
using LayerMapIterator = typename LayerMapType::iterator
 
using LayerMapType = std::map< LayerIdType, LayerType >
 
using LayerType = std::map< InputType, OutputType, Functor::LexicographicCompare >
 
using LevelSetDataType = typename Superclass::LevelSetDataType
 
using OutputRealType = typename Superclass::OutputRealType
 
using OutputType = typename Superclass::OutputType
 
using Pointer = SmartPointer< Self >
 
using RegionType = typename LabelMapType::RegionType
 
using Self = LevelSetSparseImage
 
using Superclass = DiscreteLevelSetImage< int8_t, VDimension >
 
- Public Types inherited from itk::DiscreteLevelSetImage< int8_t, VDimension >
using ConstPointer = SmartPointer< const Self >
 
using GradientType = typename Superclass::GradientType
 
using HessianType = typename Superclass::HessianType
 
using IndexType = Index< VDimension >
 
using InputType = typename Superclass::InputType
 
using LevelSetDataType = typename Superclass::LevelSetDataType
 
using OutputRealType = typename Superclass::OutputRealType
 
using OutputType = typename Superclass::OutputType
 
using Pointer = SmartPointer< Self >
 
using Self = DiscreteLevelSetImage
 
using Superclass = LevelSetImage< IndexType, VDimension, int8_t >
 
- Public Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t >
using ConstPointer = SmartPointer< const Self >
 
using GradientType = typename Superclass::GradientType
 
using HessianType = typename Superclass::HessianType
 
using ImageBaseType = ImageBase< VDimension >
 
using InputType = typename Superclass::InputType
 
using LevelSetDataType = typename Superclass::LevelSetDataType
 
using OffsetType = typename ImageBaseType::OffsetType
 
using OffsetValueType = typename ImageBaseType::OffsetValueType
 
using OutputRealType = typename Superclass::OutputRealType
 
using OutputType = typename Superclass::OutputType
 
using Pointer = SmartPointer< Self >
 
using Self = LevelSetImage
 
using Superclass = LevelSetBase< Index< VDimension >, VDimension, int8_t, ImageBaseType >
 
- Public Types inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, ImageBase< VDimension > >
using ConstPointer = SmartPointer< const Self >
 
using DomainType = ImageBase< VDimension >
 
using GradientType = CovariantVector< OutputRealType, VDimension >
 
using HessianType = Matrix< OutputRealType, VDimension, VDimension >
 
using InputType = Index< VDimension >
 
using OutputRealType = typename NumericTraits< OutputType >::RealType
 
using OutputType = int8_t
 
using Pointer = SmartPointer< Self >
 
using RegionType = IdentifierType
 
using Self = LevelSetBase
 
using Superclass = DataObject
 
- Public Types inherited from itk::DataObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = std::string
 
using DataObjectPointerArraySizeType = std::vector< Pointer >::size_type
 
using Pointer = SmartPointer< Self >
 
using Self = DataObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
OutputType Evaluate (const InputType &inputIndex) const override
 
HessianType EvaluateHessian (const InputType &inputIndex) const override
 
void EvaluateHessian (const InputType &inputIndex, LevelSetDataType &data) const override
 
OutputRealType EvaluateLaplacian (const InputType &inputIndex) const override
 
void EvaluateLaplacian (const InputType &inputIndex, LevelSetDataType &data) const override
 
OutputRealType EvaluateMeanCurvature (const InputType &inputIndex) const override
 
void EvaluateMeanCurvature (const InputType &inputIndex, 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)
 
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 >
void Evaluate (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual GradientType EvaluateBackwardGradient (const InputType &inputIndex) const
 
void EvaluateBackwardGradient (const InputType &inputIndex, LevelSetDataType &data) const override
 
virtual GradientType EvaluateForwardGradient (const InputType &inputIndex) const
 
void EvaluateForwardGradient (const InputType &inputIndex, LevelSetDataType &data) const override
 
GradientType EvaluateGradient (const InputType &inputIndex) const override
 
void EvaluateGradient (const InputType &inputIndex, LevelSetDataType &data) const override
 
HessianType EvaluateHessian (const InputType &inputIndex) const override
 
void EvaluateHessian (const InputType &inputIndex, LevelSetDataType &data) const override
 
OutputRealType EvaluateLaplacian (const InputType &inputIndex) const override
 
void EvaluateLaplacian (const InputType &inputIndex, LevelSetDataType &data) const override
 
OutputRealType EvaluateMeanCurvature (const InputType &inputIndex) const override
 
void EvaluateMeanCurvature (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
 
void UpdateOutputInformation () override
 
void SetRequestedRegionToLargestPossibleRegion () override
 
bool RequestedRegionIsOutsideOfTheBufferedRegion () override
 
bool VerifyRequestedRegion () override
 
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
 
SmartPointer< ProcessObjectGetSource () 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
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexceptoverride
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
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 LayerIdType MinusThreeLayer ()
 
static Pointer New ()
 
static LayerIdType PlusOneLayer ()
 
static LayerIdType PlusThreeLayer ()
 
- 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 constexpr unsigned int Dimension = VDimension
 
- Static Public Attributes inherited from itk::LevelSetSparseImage< int8_t, VDimension >
static constexpr unsigned int Dimension
 
- Static Public Attributes inherited from itk::DiscreteLevelSetImage< int8_t, VDimension >
static constexpr unsigned int Dimension
 
- Static Public Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t >
static constexpr unsigned int Dimension
 
- Static Public Attributes inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, ImageBase< VDimension > >
static constexpr unsigned int Dimension
 

Protected Member Functions

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

Member Typedef Documentation

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::ConstPointer = SmartPointer< const Self >

Definition at line 45 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::GradientType = typename Superclass::GradientType

Definition at line 60 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::HessianType = typename Superclass::HessianType

Definition at line 61 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::InputType = typename Superclass::InputType

Definition at line 57 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LabelMapPointer = typename Superclass::LabelMapPointer

Definition at line 71 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LabelMapType = typename Superclass::LabelMapType

Definition at line 70 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LabelObjectLengthType = typename Superclass::LabelObjectLengthType

Definition at line 67 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LabelObjectLineType = typename Superclass::LabelObjectLineType

Definition at line 68 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LabelObjectPointer = typename Superclass::LabelObjectPointer

Definition at line 66 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LabelObjectType = typename Superclass::LabelObjectType

Definition at line 65 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LayerConstIterator = typename Superclass::LayerConstIterator

Definition at line 76 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LayerIdType = typename Superclass::LayerIdType

Definition at line 64 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LayerIterator = typename Superclass::LayerIterator

Definition at line 75 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LayerMapConstIterator = typename Superclass::LayerMapConstIterator

Definition at line 80 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LayerMapIterator = typename Superclass::LayerMapIterator

Definition at line 79 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LayerMapType = typename Superclass::LayerMapType

Definition at line 78 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LayerType = typename Superclass::LayerType

Definition at line 74 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::LevelSetDataType = typename Superclass::LevelSetDataType

Definition at line 62 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::OutputRealType = typename Superclass::OutputRealType

Definition at line 59 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::OutputType = typename Superclass::OutputType

Definition at line 58 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::Pointer = SmartPointer< Self >

Definition at line 44 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::RegionType = typename Superclass::RegionType

Definition at line 72 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::Self = ShiSparseLevelSetImage

Definition at line 43 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
using itk::ShiSparseLevelSetImage< VDimension >::Superclass = LevelSetSparseImage< int8_t, VDimension >

Definition at line 47 of file itkShiSparseLevelSetImage.h.

Constructor & Destructor Documentation

template<unsigned int VDimension>
itk::ShiSparseLevelSetImage< VDimension >::ShiSparseLevelSetImage ( )
protected
template<unsigned int VDimension>
itk::ShiSparseLevelSetImage< VDimension >::~ShiSparseLevelSetImage ( )
overrideprotecteddefault

Member Function Documentation

template<unsigned int VDimension>
virtual::itk::LightObject::Pointer itk::ShiSparseLevelSetImage< 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>
OutputType itk::ShiSparseLevelSetImage< 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>
HessianType itk::ShiSparseLevelSetImage< VDimension >::EvaluateHessian ( const InputType inputIndex) const
override

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

template<unsigned int VDimension>
void itk::ShiSparseLevelSetImage< VDimension >::EvaluateHessian ( const InputType inputIndex,
LevelSetDataType data 
) const
override
template<unsigned int VDimension>
OutputRealType itk::ShiSparseLevelSetImage< VDimension >::EvaluateLaplacian ( const InputType inputIndex) const
override

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

template<unsigned int VDimension>
void itk::ShiSparseLevelSetImage< VDimension >::EvaluateLaplacian ( const InputType inputIndex,
LevelSetDataType data 
) const
override
template<unsigned int VDimension>
OutputRealType itk::ShiSparseLevelSetImage< VDimension >::EvaluateMeanCurvature ( const InputType inputIndex) const
override

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

template<unsigned int VDimension>
void itk::ShiSparseLevelSetImage< VDimension >::EvaluateMeanCurvature ( const InputType inputIndex,
LevelSetDataType data 
) const
override
template<unsigned int VDimension>
virtual const char* itk::ShiSparseLevelSetImage< VDimension >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

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

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

Initialize the sparse field layers

Implements itk::LevelSetSparseImage< int8_t, VDimension >.

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

Definition at line 100 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
static LayerIdType itk::ShiSparseLevelSetImage< VDimension >::MinusThreeLayer ( )
inlinestatic

Definition at line 99 of file itkShiSparseLevelSetImage.h.

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

Method for creation through the object factory.

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

Definition at line 101 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
static LayerIdType itk::ShiSparseLevelSetImage< VDimension >::PlusThreeLayer ( )
inlinestatic

Definition at line 102 of file itkShiSparseLevelSetImage.h.

Member Data Documentation

template<unsigned int VDimension>
constexpr unsigned int itk::ShiSparseLevelSetImage< VDimension >::Dimension = VDimension
static

Definition at line 55 of file itkShiSparseLevelSetImage.h.


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