ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkDiscreteLevelSetImage.h>
Abstract class for a level-set function on one Image.
TOutput | OutputType of the level-set function value |
VDimension | Dimension of the underlying Image. |
Definition at line 36 of file itkDiscreteLevelSetImage.h.
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 ®ion) |
virtual RegionType | GetRequestedRegion () const |
virtual void | SetBufferedRegion (const RegionType ®ion) |
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 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 | 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 *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual 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 |
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 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 () |
Protected Member Functions inherited from itk::DataObject | |
DataObject () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | PropagateResetPipeline () |
~DataObject () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
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 | |
DiscreteLevelSetImage (const Self &) | |
void | operator= (const Self &) |
typedef SmartPointer< const Self > itk::DiscreteLevelSetImage< TOutput, VDimension >::ConstPointer |
Definition at line 44 of file itkDiscreteLevelSetImage.h.
typedef Superclass::GradientType itk::DiscreteLevelSetImage< TOutput, VDimension >::GradientType |
Definition at line 55 of file itkDiscreteLevelSetImage.h.
typedef Superclass::HessianType itk::DiscreteLevelSetImage< TOutput, VDimension >::HessianType |
Definition at line 56 of file itkDiscreteLevelSetImage.h.
typedef Index< VDimension > itk::DiscreteLevelSetImage< TOutput, VDimension >::IndexType |
Definition at line 40 of file itkDiscreteLevelSetImage.h.
typedef Superclass::InputType itk::DiscreteLevelSetImage< TOutput, VDimension >::InputType |
Definition at line 52 of file itkDiscreteLevelSetImage.h.
typedef Superclass::LevelSetDataType itk::DiscreteLevelSetImage< TOutput, VDimension >::LevelSetDataType |
Definition at line 57 of file itkDiscreteLevelSetImage.h.
typedef Superclass::OutputRealType itk::DiscreteLevelSetImage< TOutput, VDimension >::OutputRealType |
Definition at line 54 of file itkDiscreteLevelSetImage.h.
typedef Superclass::OutputType itk::DiscreteLevelSetImage< TOutput, VDimension >::OutputType |
Definition at line 53 of file itkDiscreteLevelSetImage.h.
typedef SmartPointer< Self > itk::DiscreteLevelSetImage< TOutput, VDimension >::Pointer |
Definition at line 43 of file itkDiscreteLevelSetImage.h.
typedef DiscreteLevelSetImage itk::DiscreteLevelSetImage< TOutput, VDimension >::Self |
Definition at line 42 of file itkDiscreteLevelSetImage.h.
typedef LevelSetImage< IndexType, VDimension, TOutput > itk::DiscreteLevelSetImage< TOutput, VDimension >::Superclass |
Definition at line 45 of file itkDiscreteLevelSetImage.h.
|
protected |
|
protectedvirtual |
|
private |
|
overrideprotectedvirtual |
Copy level set information from data object
Reimplemented from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >.
Reimplemented in itk::LevelSetSparseImage< TOutput, VDimension >, itk::LevelSetSparseImage< int8_t, VDimension >, and itk::LevelSetDenseImage< TImage >.
|
overridepure virtual |
Returns the gradient of the level set function at a given location inputIndex
Implemented in itk::MalcolmSparseLevelSetImage< VDimension >, itk::WhitakerSparseLevelSetImage< TOutput, VDimension >, itk::ShiSparseLevelSetImage< VDimension >, and itk::LevelSetDenseImage< TImage >.
|
overridevirtual |
Returns the value of the level set function at a given location inputIndex
Reimplemented in itk::LevelSetDenseImage< TImage >.
|
virtual |
|
overridevirtual |
Returns the gradient of the level set function at a given location inputIndex as part of the LevelSetDataType
|
virtual |
|
overridevirtual |
Returns the gradient of the level set function at a given location inputIndex as part of the LevelSetDataType
|
overridevirtual |
Returns the image gradient of the level set function at a given location inputIndex
|
overridevirtual |
Returns the gradient of the level set function at a given location inputIndex as part of the LevelSetDataType
|
overridevirtual |
Returns the image hessian of the level set function at a given location inputIndex
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
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 >.
|
overridevirtual |
Returns the image Laplacian of the level set function at a given location inputIndex
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
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 >.
|
overridevirtual |
Returns the mean curvature of the level set function at a given location inputIndex
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
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 >.
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput >.
Reimplemented in itk::LevelSetDenseImage< TImage >, itk::MalcolmSparseLevelSetImage< VDimension >, itk::WhitakerSparseLevelSetImage< TOutput, VDimension >, itk::ShiSparseLevelSetImage< VDimension >, itk::LevelSetSparseImage< TOutput, VDimension >, and itk::LevelSetSparseImage< int8_t, VDimension >.
|
overrideprotectedvirtual |
Graft data object as level set object
Reimplemented from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >.
Reimplemented in itk::LevelSetSparseImage< TOutput, VDimension >, itk::LevelSetSparseImage< int8_t, VDimension >, and itk::LevelSetDenseImage< TImage >.
|
overrideprotectedvirtual |
Initial the level set pointer
Reimplemented from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >.
Reimplemented in itk::LevelSetSparseImage< TOutput, VDimension >, itk::LevelSetSparseImage< int8_t, VDimension >, and itk::LevelSetDenseImage< TImage >.
|
private |
|
static |
Definition at line 50 of file itkDiscreteLevelSetImage.h.