![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetImage.h>
Inheritance diagram for itk::LevelSetImage< TInput, VDimension, TOutput >:
Collaboration diagram for itk::LevelSetImage< TInput, VDimension, TOutput >: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 39 of file itkLevelSetImage.h.
Public Member Functions | |
| virtual OffsetType | GetDomainOffset () const |
| virtual const char * | GetNameOfClass () const |
| virtual void | SetDomainOffset (OffsetType _arg) |
Public Member Functions inherited from itk::LevelSetBase< TInput, 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 | Initialize () override |
| virtual void | UpdateOutputInformation () override |
| virtual void | SetRequestedRegionToLargestPossibleRegion () override |
| virtual void | CopyInformation (const DataObject *data) override |
| virtual void | Graft (const DataObject *data) 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::LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > > | |
| static const unsigned int | Dimension |
Protected Types | |
| typedef GradientType | ScalingType |
Protected Member Functions | |
| virtual bool | IsInsideDomain (const InputType &iP) const =0 |
| LevelSetImage () | |
| virtual | ~LevelSetImage () |
Protected Member Functions inherited from itk::LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > > | |
| LevelSetBase () | |
| virtual | ~LevelSetBase () |
Protected Attributes | |
| OffsetType | m_DomainOffset |
| ScalingType | m_NeighborhoodScales |
Protected Attributes inherited from itk::LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > > | |
| RegionType | m_MaximumNumberOfRegions |
| RegionType | m_NumberOfRegions |
| RegionType | m_RequestedNumberOfRegions |
| RegionType | m_BufferedRegion |
| RegionType | m_RequestedRegion |
| typedef SmartPointer< const Self > itk::LevelSetImage< TInput, VDimension, TOutput >::ConstPointer |
Definition at line 47 of file itkLevelSetImage.h.
| typedef Superclass::GradientType itk::LevelSetImage< TInput, VDimension, TOutput >::GradientType |
Definition at line 58 of file itkLevelSetImage.h.
| typedef Superclass::HessianType itk::LevelSetImage< TInput, VDimension, TOutput >::HessianType |
Definition at line 59 of file itkLevelSetImage.h.
| typedef ImageBase< VDimension > itk::LevelSetImage< TInput, VDimension, TOutput >::ImageBaseType |
Definition at line 43 of file itkLevelSetImage.h.
| typedef Superclass::InputType itk::LevelSetImage< TInput, VDimension, TOutput >::InputType |
Definition at line 55 of file itkLevelSetImage.h.
| typedef Superclass::LevelSetDataType itk::LevelSetImage< TInput, VDimension, TOutput >::LevelSetDataType |
Definition at line 60 of file itkLevelSetImage.h.
| typedef ImageBaseType::OffsetType itk::LevelSetImage< TInput, VDimension, TOutput >::OffsetType |
Definition at line 61 of file itkLevelSetImage.h.
| typedef ImageBaseType::OffsetValueType itk::LevelSetImage< TInput, VDimension, TOutput >::OffsetValueType |
Definition at line 62 of file itkLevelSetImage.h.
| typedef Superclass::OutputRealType itk::LevelSetImage< TInput, VDimension, TOutput >::OutputRealType |
Definition at line 57 of file itkLevelSetImage.h.
| typedef Superclass::OutputType itk::LevelSetImage< TInput, VDimension, TOutput >::OutputType |
Definition at line 56 of file itkLevelSetImage.h.
| typedef SmartPointer< Self > itk::LevelSetImage< TInput, VDimension, TOutput >::Pointer |
Definition at line 46 of file itkLevelSetImage.h.
|
protected |
Definition at line 73 of file itkLevelSetImage.h.
| typedef LevelSetImage itk::LevelSetImage< TInput, VDimension, TOutput >::Self |
Definition at line 45 of file itkLevelSetImage.h.
| typedef LevelSetBase< TInput, VDimension, TOutput, ImageBaseType > itk::LevelSetImage< TInput, VDimension, TOutput >::Superclass |
Definition at line 48 of file itkLevelSetImage.h.
|
protected |
|
protectedvirtual |
|
virtual |
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > >.
Reimplemented in itk::LevelSetDenseImage< TImage >, itk::MalcolmSparseLevelSetImage< VDimension >, itk::WhitakerSparseLevelSetImage< TOutput, VDimension >, itk::ShiSparseLevelSetImage< VDimension >, itk::LevelSetSparseImage< TOutput, VDimension >, itk::LevelSetSparseImage< int8_t, VDimension >, itk::DiscreteLevelSetImage< TOutput, VDimension >, itk::DiscreteLevelSetImage< int8_t, VDimension >, and itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension >.
|
protectedpure virtual |
|
virtual |
|
static |
Definition at line 53 of file itkLevelSetImage.h.
|
protected |
Definition at line 75 of file itkLevelSetImage.h.
|
protected |
Definition at line 74 of file itkLevelSetImage.h.
1.8.5