#include <itkMalcolmSparseLevelSetImage.h>
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 }.
| VDimension | Dimension of the input space |
Definition at line 41 of file itkMalcolmSparseLevelSetImage.h.
Inheritance diagram for itk::MalcolmSparseLevelSetImage< VDimension >:
Collaboration diagram for itk::MalcolmSparseLevelSetImage< VDimension >:Public Member Functions | |
| virtual::itk::LightObject::Pointer | CreateAnother () const |
| OutputType | Evaluate (const InputType &inputPixel) const override |
| HessianType | EvaluateHessian (const InputType &inputPixel) const override |
| void | EvaluateHessian (const InputType &inputPixel, LevelSetDataType &data) const override |
| OutputRealType | EvaluateLaplacian (const InputType &inputPixel) const override |
| void | EvaluateLaplacian (const InputType &inputPixel, LevelSetDataType &data) const override |
| OutputRealType | EvaluateMeanCurvature (const InputType &inputPixel) const override |
| 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 () |
| LabelObject< TLabel, VDimension >::Pointer | GetAsLabelObject () |
| LayerType & | GetLayer (LayerIdType value) |
| LayerType & | GetLayer (LayerIdType value) |
| const LayerType & | GetLayer (LayerIdType value) const |
| const LayerType & | GetLayer (LayerIdType value) const |
| void | Graft (const DataObject *data) override |
| void | Graft (const DataObject *data) override |
| void | SetLayer (LayerIdType value, const LayerType &layer) |
| void | SetLayer (LayerIdType value, const LayerType &layer) |
| virtual LayerIdType | Status (const InputType &inputIndex) const |
| virtual LayerIdType | Status (const InputType &inputIndex) const |
| virtual void | SetLabelMap (LabelMapType *labelMap) |
| virtual LabelMapType * | GetModifiableLabelMap () |
| virtual const LabelMapType * | GetLabelMap () const |
| virtual void | SetLabelMap (LabelMapType *labelMap) |
| virtual LabelMapType * | GetModifiableLabelMap () |
| virtual const LabelMapType * | GetLabelMap () const |
Public Member Functions inherited from itk::DiscreteLevelSetImage< TOutput, 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 |
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 OutputRealType | EvaluateGradientNorm (const InputType &iP) const |
| virtual void | EvaluateGradientNorm (const InputType &iP, LevelSetDataType &ioData) const |
| virtual RegionType | GetBufferedRegion () const |
| virtual RegionType | GetMaximumNumberOfRegions () const |
| virtual RegionType | GetRequestedRegion () const |
| virtual bool | IsInside (const InputType &iP) const |
| bool | RequestedRegionIsOutsideOfTheBufferedRegion () override |
| virtual void | SetBufferedRegion (const RegionType ®ion) |
| void | SetRequestedRegion (const DataObject *data) override |
| virtual void | SetRequestedRegion (const RegionType ®ion) |
| void | SetRequestedRegionToLargestPossibleRegion () override |
| void | UpdateOutputInformation () override |
| bool | VerifyRequestedRegion () override |
Public Member Functions inherited from itk::DataObject | |
| virtual void | DataHasBeenGenerated () |
| void | DisconnectPipeline () |
| bool | GetDataReleased () const |
| virtual const bool & | GetReleaseDataFlag () const |
| SmartPointer< ProcessObject > | GetSource () const |
| DataObjectPointerArraySizeType | GetSourceOutputIndex () const |
| const DataObjectIdentifierType & | GetSourceOutputName () 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 | UpdateSource () const |
| void | SetPipelineMTime (ModifiedTimeType time) |
| virtual const ModifiedTimeType & | GetPipelineMTime () const |
| virtual void | SetRealTimeStamp (RealTimeStamp _arg) |
| virtual const RealTimeStamp & | GetRealTimeStamp () const |
Public Member Functions inherited from itk::Object | |
| unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
| unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
| LightObject::Pointer | CreateAnother () const override |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| MetaDataDictionary & | GetMetaDataDictionary () |
| const MetaDataDictionary & | GetMetaDataDictionary () const |
| virtual ModifiedTimeType | GetMTime () const |
| virtual const TimeStamp & | GetTimeStamp () 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) const |
| void | SetDebug (bool debugFlag) const |
| void | SetReferenceCount (int) override |
| void | UnRegister () const noexcept override |
| 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 | |
| Pointer | Clone () const |
| virtual void | Delete () |
| virtual int | GetReferenceCount () const |
| 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 Pointer | New () |
| 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 val) |
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 constexpr unsigned int | Dimension |
Static Public Attributes inherited from itk::DiscreteLevelSetImage< TOutput, VDimension > | |
| static constexpr unsigned int | Dimension = Superclass::Dimension |
Static Public Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput > | |
| static constexpr unsigned int | Dimension |
Static Public Attributes inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > > | |
| static constexpr unsigned int | Dimension |
Protected Member Functions | |
| void | InitializeInternalLabelList () override |
| void | InitializeLayers () override |
| MalcolmSparseLevelSetImage () | |
| ~MalcolmSparseLevelSetImage () override=default | |
Protected Member Functions inherited from itk::LevelSetSparseImage< int8_t, VDimension > | |
| void | CopyInformation (const DataObject *data) override |
| void | CopyInformation (const DataObject *data) override |
| void | Initialize () override |
| void | Initialize () override |
| bool | IsInsideDomain (const InputType &inputIndex) const override |
| bool | IsInsideDomain (const InputType &inputIndex) const override |
| LevelSetSparseImage ()=default | |
| LevelSetSparseImage ()=default | |
| ~LevelSetSparseImage () override=default | |
| ~LevelSetSparseImage () override=default | |
Protected Member Functions inherited from itk::DiscreteLevelSetImage< TOutput, VDimension > | |
| DiscreteLevelSetImage ()=default | |
| ~DiscreteLevelSetImage () override=default | |
Protected Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput > | |
| LevelSetImage () | |
| ~LevelSetImage () override=default | |
Protected Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > > | |
| LevelSetBase ()=default | |
| ~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 &timeStamp) |
| ~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, TOutput > | |
| using | ScalingType |
Protected Attributes inherited from itk::LevelSetSparseImage< int8_t, VDimension > | |
| LayerIdListType | m_InternalLabelList |
| LayerIdListType | m_InternalLabelList |
| LabelMapPointer | m_LabelMap |
| LabelMapPointer | m_LabelMap |
| LayerMapType | m_Layers |
| LayerMapType | m_Layers |
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_BufferedRegion |
| RegionType | m_MaximumNumberOfRegions |
| RegionType | m_NumberOfRegions |
| RegionType | m_RequestedNumberOfRegions |
| RegionType | m_RequestedRegion |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::MalcolmSparseLevelSetImage< VDimension >::ConstPointer = SmartPointer<const Self> |
Definition at line 48 of file itkMalcolmSparseLevelSetImage.h.
| using itk::MalcolmSparseLevelSetImage< VDimension >::Pointer = SmartPointer<Self> |
Definition at line 47 of file itkMalcolmSparseLevelSetImage.h.
| using itk::MalcolmSparseLevelSetImage< VDimension >::Self = MalcolmSparseLevelSetImage |
Definition at line 46 of file itkMalcolmSparseLevelSetImage.h.
| using itk::MalcolmSparseLevelSetImage< VDimension >::Superclass = LevelSetSparseImage<int8_t, VDimension> |
Definition at line 49 of file itkMalcolmSparseLevelSetImage.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
overridevirtual |
Returns the gradient of the level set function at a given location inputIndex
Implements itk::DiscreteLevelSetImage< TOutput, VDimension >.
|
overridevirtual |
Returns the Hessian of the level set function at a given location inputPixel
Reimplemented from itk::DiscreteLevelSetImage< TOutput, VDimension >.
|
overridevirtual |
Returns the Hessian of the level set function at a given location inputIndex as part of the LevelSetDataType
Reimplemented from itk::DiscreteLevelSetImage< TOutput, VDimension >.
|
overridevirtual |
Returns the Laplacian of the level set function at a given location inputPixel
Reimplemented from itk::DiscreteLevelSetImage< TOutput, VDimension >.
|
overridevirtual |
Returns the Laplacian of the level set function at a given location inputIndex as part of the LevelSetDataType
Reimplemented from itk::DiscreteLevelSetImage< TOutput, VDimension >.
|
overridevirtual |
Returns the MeanCurvature of the level set function at a given location inputPixel
Reimplemented from itk::DiscreteLevelSetImage< TOutput, VDimension >.
|
overridevirtual |
Returns the Hessian of the level set function at a given location inputIndex as part of the LevelSetDataType
Reimplemented from itk::DiscreteLevelSetImage< TOutput, VDimension >.
|
virtual |
Reimplemented from itk::LevelSetSparseImage< int8_t, VDimension >.
|
overrideprotectedvirtual |
Implements itk::LevelSetSparseImage< int8_t, VDimension >.
|
overrideprotectedvirtual |
Initialize the sparse field layers
Implements itk::LevelSetSparseImage< int8_t, VDimension >.
|
inlinestatic |
Definition at line 109 of file itkMalcolmSparseLevelSetImage.h.
|
static |
Method for creation through the object factory.
|
inlinestatic |
Definition at line 119 of file itkMalcolmSparseLevelSetImage.h.
|
inlinestatic |
Definition at line 114 of file itkMalcolmSparseLevelSetImage.h.
|
staticconstexpr |
Definition at line 57 of file itkMalcolmSparseLevelSetImage.h.