19#ifndef itkLevelSetEquationTermBase_h
20#define itkLevelSetEquationTermBase_h
24#include <unordered_set>
47template <
typename TInputImage,
48 typename TLevelSetContainer>
132 itkSetStringMacro(TermName);
133 itkGetStringMacro(TermName);
192 std::string m_TermName{};
198#ifndef ITK_MANUAL_INSTANTIATION
199# include "itkLevelSetEquationTermBase.hxx"
Base class of the Heaviside function.
Abstract class to represents a term in the level-set evolution PDE.
virtual void Initialize(const LevelSetInputIndexType &iP)=0
typename LevelSetContainerType::LevelSetIdentifierType LevelSetIdentifierType
virtual void UpdatePixel(const LevelSetInputIndexType &iP, const LevelSetOutputRealType &oldValue, const LevelSetOutputRealType &newValue)=0
typename LevelSetContainerType::LevelSetDataType LevelSetDataType
const RequiredDataType & GetRequiredData() const
virtual void SetLevelSetContainer(LevelSetContainerType *iContainer)
TInputImage InputImageType
~LevelSetEquationTermBase() override=default
typename LevelSetContainerType::LevelSetType LevelSetType
virtual void InitializeParameters()=0
typename LevelSetContainerType::HessianType LevelSetHessianType
typename LevelSetContainerType::Pointer LevelSetContainerPointer
virtual LevelSetOutputRealType Evaluate(const LevelSetInputIndexType &iP)
std::unordered_set< std::string > RequiredDataType
typename LevelSetContainerType::DomainMapImageFilterType DomainMapImageFilterType
typename LevelSetContainerType::OutputRealType LevelSetOutputRealType
LevelSetEquationTermBase()
typename HeavisideType::ConstPointer HeavisideConstPointer
typename InputImageType::PixelType InputPixelType
virtual LevelSetOutputRealType Value(const LevelSetInputIndexType &iP, const LevelSetDataType &iData)=0
virtual LevelSetOutputRealType Value(const LevelSetInputIndexType &iP)=0
typename InputImageType::Pointer InputImagePointer
typename LevelSetContainerType::GradientType LevelSetGradientType
typename LevelSetContainerType::LevelSetPointer LevelSetPointer
TLevelSetContainer LevelSetContainerType
typename LevelSetContainerType::InputIndexType LevelSetInputIndexType
typename NumericTraits< InputPixelType >::RealType InputPixelRealType
virtual LevelSetOutputRealType Evaluate(const LevelSetInputIndexType &iP, const LevelSetDataType &iData)
typename LevelSetContainerType::OutputType LevelSetOutputPixelType
typename LevelSetContainerType::CacheImageType CacheImageType
Light weight base class for most itk classes.
Define additional traits for native types such as int or float.
Base class for most ITK classes.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....