![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationTermBase.h>
Inheritance diagram for itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >:
Collaboration diagram for itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >:Abstract class to represents a term in the level-set evolution PDE.
| TInput | Input Image Type |
| TLevelSetContainer | Level set function container type |
Evolving single level-set function
can be expressed as follows:
where
is a term which could depend on the level-set function, the input image; and
is a weight to balance the contribution of each term in the PDE.
Definition at line 49 of file itkLevelSetEquationTermBase.h.
Public Types | |
| typedef LevelSetContainerType::CacheImageType | CacheImageType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef LevelSetContainerType::DomainMapImageFilterType | DomainMapImageFilterType |
| typedef HeavisideType::ConstPointer | HeavisideConstPointer |
| typedef HeavisideStepFunctionBase < LevelSetOutputRealType, LevelSetOutputRealType > | HeavisideType |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef TInputImage | InputImageType |
| typedef NumericTraits < InputPixelType >::RealType | InputPixelRealType |
| typedef InputImageType::PixelType | InputPixelType |
| typedef LevelSetContainerType::Pointer | LevelSetContainerPointer |
| typedef TLevelSetContainer | LevelSetContainerType |
| typedef LevelSetContainerType::LevelSetDataType | LevelSetDataType |
| typedef LevelSetContainerType::GradientType | LevelSetGradientType |
| typedef LevelSetContainerType::HessianType | LevelSetHessianType |
| typedef LevelSetContainerType::LevelSetIdentifierType | LevelSetIdentifierType |
| typedef LevelSetContainerType::InputIndexType | LevelSetInputIndexType |
| typedef LevelSetContainerType::OutputType | LevelSetOutputPixelType |
| typedef LevelSetContainerType::OutputRealType | LevelSetOutputRealType |
| typedef LevelSetContainerType::LevelSetPointer | LevelSetPointer |
| typedef LevelSetContainerType::LevelSetType | LevelSetType |
| typedef SmartPointer< Self > | Pointer |
| typedef itksys::hash_set < std::string > | RequiredDataType |
| typedef LevelSetEquationTermBase | Self |
| typedef Object | Superclass |
Public Types inherited from itk::Object | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef Object | Self |
| typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef LightObject | Self |
Protected Member Functions | |
| LevelSetEquationTermBase () | |
| void | SetUp () |
| virtual LevelSetOutputRealType | Value (const LevelSetInputIndexType &iP)=0 |
| virtual LevelSetOutputRealType | Value (const LevelSetInputIndexType &iP, const LevelSetDataType &iData)=0 |
| virtual | ~LevelSetEquationTermBase () |
Protected Member Functions inherited from itk::Object | |
| Object () | |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| virtual void | PrintSelf (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 | |
| LevelSetEquationTermBase (const Self &) | |
| void | operator= (const Self &) |
Additional Inherited Members | |
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) |
Protected Types inherited from itk::LightObject | |
| typedef int | InternalReferenceCountType |
| typedef LevelSetContainerType::CacheImageType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::CacheImageType |
Definition at line 82 of file itkLevelSetEquationTermBase.h.
| typedef SmartPointer< const Self > itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::ConstPointer |
Definition at line 54 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::DomainMapImageFilterType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::DomainMapImageFilterType |
Definition at line 81 of file itkLevelSetEquationTermBase.h.
| typedef HeavisideType::ConstPointer itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::HeavisideConstPointer |
Definition at line 88 of file itkLevelSetEquationTermBase.h.
| typedef HeavisideStepFunctionBase< LevelSetOutputRealType, LevelSetOutputRealType > itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::HeavisideType |
Definition at line 86 of file itkLevelSetEquationTermBase.h.
| typedef InputImageType::Pointer itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::InputImagePointer |
Definition at line 61 of file itkLevelSetEquationTermBase.h.
| typedef TInputImage itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::InputImageType |
Definition at line 58 of file itkLevelSetEquationTermBase.h.
| typedef NumericTraits< InputPixelType >::RealType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::InputPixelRealType |
Definition at line 64 of file itkLevelSetEquationTermBase.h.
| typedef InputImageType::PixelType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::InputPixelType |
Definition at line 62 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::Pointer itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetContainerPointer |
Definition at line 70 of file itkLevelSetEquationTermBase.h.
| typedef TLevelSetContainer itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetContainerType |
Level-set function container type
Definition at line 67 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::LevelSetDataType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetDataType |
Definition at line 79 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::GradientType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetGradientType |
Definition at line 76 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::HessianType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetHessianType |
Definition at line 77 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::LevelSetIdentifierType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetIdentifierType |
Definition at line 69 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::InputIndexType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetInputIndexType |
Definition at line 75 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::OutputType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetOutputPixelType |
Definition at line 73 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::OutputRealType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetOutputRealType |
Definition at line 74 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::LevelSetPointer itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetPointer |
Definition at line 72 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetContainerType::LevelSetType itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::LevelSetType |
Definition at line 71 of file itkLevelSetEquationTermBase.h.
| typedef SmartPointer< Self > itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::Pointer |
Definition at line 53 of file itkLevelSetEquationTermBase.h.
| typedef itksys::hash_set< std::string > itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::RequiredDataType |
Definition at line 136 of file itkLevelSetEquationTermBase.h.
| typedef LevelSetEquationTermBase itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::Self |
Definition at line 52 of file itkLevelSetEquationTermBase.h.
| typedef Object itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::Superclass |
Definition at line 55 of file itkLevelSetEquationTermBase.h.
|
protected |
Default Constructor
|
protectedvirtual |
Destructor
|
private |
|
virtual |
Returns the weighted term contribution at the given location iP, i.e.
|
virtual |
|
virtual |
Get the CFL contribution for the given term
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set/Get the image to be segmented
|
virtual |
|
virtual |
|
virtual |
Set/Get the image to be segmented
|
virtual |
|
virtual |
Run-time type information
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >, itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >, itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer, TCurvatureImage >, itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer >, itk::LevelSetEquationPropagationTerm< TInput, TLevelSetContainer, TPropagationImage >, and itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >.
| const RequiredDataType& itk::LevelSetEquationTermBase< TInputImage, TLevelSetContainer >::GetRequiredData | ( | ) | const |
|
virtual |
Set/Get the term name
|
pure virtual |
|
pure virtual |
Initialize the parameters in the terms prior to an iteration
Implemented in itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer, TCurvatureImage >, itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >, itk::LevelSetEquationPropagationTerm< TInput, TLevelSetContainer, TPropagationImage >, itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >, and itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer >.
|
private |
|
virtual |
|
virtual |
|
virtual |
Set/Get the image to be segmented
|
virtual |
|
virtual |
Set/Get the term name
|
protected |
|
pure virtual |
Update the term parameter values at end of iteration
Implemented in itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer, TCurvatureImage >, itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >, itk::LevelSetEquationPropagationTerm< TInput, TLevelSetContainer, TPropagationImage >, itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >, and itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer >.
|
pure virtual |
Supply updates at pixels to keep the term parameters always updated
|
protectedpure virtual |
Returns the term contribution for a given location iP, i.e.
. This method must be implemented in all class which inherits from this class.
|
protectedpure virtual |
|
protected |
Contribution to the CFL condition (which will be used to compute the the time step at the next iteration
Definition at line 175 of file itkLevelSetEquationTermBase.h.
|
protected |
Coefficient
Definition at line 170 of file itkLevelSetEquationTermBase.h.
|
protected |
Id of the current level-set function
Definition at line 165 of file itkLevelSetEquationTermBase.h.
|
protected |
Definition at line 167 of file itkLevelSetEquationTermBase.h.
|
protected |
Heaviside function to be used. Depending on the term expression, this one may need to be provided
Definition at line 180 of file itkLevelSetEquationTermBase.h.
|
protected |
Input image
Definition at line 159 of file itkLevelSetEquationTermBase.h.
|
protected |
Container of level-set function
Definition at line 162 of file itkLevelSetEquationTermBase.h.
|
protected |
Definition at line 187 of file itkLevelSetEquationTermBase.h.
|
protected |
Name to be given to the term. Note by default, one name is provided, but end-users may rename differently each term.
Definition at line 185 of file itkLevelSetEquationTermBase.h.
1.8.3.1