![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkLevelSetEquationAdvectionTerm.h>
Inheritance diagram for itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >:
Collaboration diagram for itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >:Static Public Member Functions | |
| static Pointer | New () |
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 | ImageDimension = InputImageType::ImageDimension |
Protected Member Functions | |
| VectorType | AdvectionSpeed (const LevelSetInputIndexType &iP) const |
| LevelSetEquationAdvectionTerm () | |
| ~LevelSetEquationAdvectionTerm () override=default | |
| LevelSetOutputRealType | Value (const LevelSetInputIndexType &iP) override |
| LevelSetOutputRealType | Value (const LevelSetInputIndexType &iP, const LevelSetDataType &iData) override |
Protected Member Functions inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
| LevelSetEquationTermBase () | |
| void | SetUp () |
| ~LevelSetEquationTermBase () override=default | |
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 () |
Protected Attributes | |
| AdvectionImagePointer | m_AdvectionImage |
| LevelSetOutputRealType | m_NeighborhoodScales [ImageDimension] |
Protected Attributes inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
| LevelSetOutputRealType | m_CFLContribution |
| LevelSetOutputRealType | m_Coefficient |
| LevelSetIdentifierType | m_CurrentLevelSetId |
| LevelSetPointer | m_CurrentLevelSetPointer |
| HeavisideConstPointer | m_Heaviside |
| InputImagePointer | m_Input |
| LevelSetContainerPointer | m_LevelSetContainer |
| RequiredDataType | m_RequiredData |
| std::string | m_TermName |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount |
Private Member Functions | |
| void | GenerateAdvectionImage () |
Private Attributes | |
| bool | m_AutoGenerateAdvectionImage |
| LevelSetOutputRealType | m_DerivativeSigma |
Derived class to represents an advection term in the level-set evolution PDE.
\[ AdvectionImage\left( p \right) \bullet \nabla \phi\left( p \right) \]
The advection image can be directly provided by the user; or by default, it is computed as the gradient of the input image. In this last case, it can be smoothed by the means of DerivativeSigma.
| TInput | Input Image Type |
| TLevelSetContainer | Level set function container type |
Definition at line 52 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::AdvectionImagePointer = typename AdvectionImageType::Pointer |
Definition at line 94 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::AdvectionImageType = Image<VectorType, Self::ImageDimension> |
Definition at line 93 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::ConstPointer = SmartPointer<const Self> |
Definition at line 60 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::DefaultBoundaryConditionType = ZeroFluxNeumannBoundaryCondition<InputImageType> |
Neighborhood radius type
Definition at line 105 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::NeighborhoodScalesType = Vector<LevelSetOutputRealType, Self::ImageDimension> |
Definition at line 109 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::NeighborhoodType = ConstNeighborhoodIterator<InputImageType, DefaultBoundaryConditionType> |
Definition at line 107 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::Pointer = SmartPointer<Self> |
Definition at line 59 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::RadiusType = typename ConstNeighborhoodIterator<InputImageType>::RadiusType |
Definition at line 106 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::Self = LevelSetEquationAdvectionTerm |
Definition at line 58 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::Superclass = LevelSetEquationTermBase<TInput, TLevelSetContainer> |
Definition at line 61 of file itkLevelSetEquationAdvectionTerm.h.
| using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::VectorType = LevelSetGradientType |
Definition at line 91 of file itkLevelSetEquationAdvectionTerm.h.
|
protected |
|
overrideprotecteddefault |
|
protected |
Return the spatial speed dependence a given pixel location Usually, it is constant across the image domain
|
private |
|
virtual |
|
virtual |
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
overridevirtual |
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
overridevirtual |
Initialize the parameters in the terms prior to an iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
static |
Method for creation through object factory
| void itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::SetAdvectionImage | ( | AdvectionImageType * | iImage | ) |
|
virtual |
|
overridevirtual |
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
overridevirtual |
Supply updates at pixels to keep the term parameters always updated
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
overrideprotectedvirtual |
Returns the term contribution for a given location iP, i.e. \( \omega_i( p ) \).
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
overrideprotectedvirtual |
Returns the term contribution for a given location iP, i.e. \( \omega_i( p ) \).
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
staticconstexpr |
Definition at line 89 of file itkLevelSetEquationAdvectionTerm.h.
|
protected |
Definition at line 134 of file itkLevelSetEquationAdvectionTerm.h.
|
private |
Definition at line 154 of file itkLevelSetEquationAdvectionTerm.h.
|
private |
Definition at line 152 of file itkLevelSetEquationAdvectionTerm.h.
|
protected |
Definition at line 149 of file itkLevelSetEquationAdvectionTerm.h.
1.8.16