![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkDiscreteLevelSetImage.h>
Inheritance diagram for itk::DiscreteLevelSetImage< TOutput, VDimension >:
Collaboration diagram for itk::DiscreteLevelSetImage< TOutput, VDimension >: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 |
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 |
| 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 |
|
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 >.
|
static |
Definition at line 50 of file itkDiscreteLevelSetImage.h.
1.8.5