19 #ifndef itkLevelSetEquationTermBase_h
20 #define itkLevelSetEquationTermBase_h
24 #include "itksys/hash_set.hxx"
47 template<
typename TInputImage,
48 typename TLevelSetContainer >
68 typedef typename LevelSetContainerType::LevelSetIdentifierType
78 typedef typename LevelSetContainerType::LevelSetDataType
101 itkGetModifiableObjectMacro(CurrentLevelSetPointer,
LevelSetType );
129 itkSetStringMacro( TermName );
130 itkGetStringMacro( TermName );
134 virtual void Update() = 0;
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "itkLevelSetEquationTermBase.hxx"
SmartPointer< Self > Pointer
TLevelSetContainer LevelSetContainerType
Light weight base class for most itk classes.
LevelSetContainerType::CacheImageType CacheImageType
virtual LevelSetOutputRealType Value(const LevelSetInputIndexType &iP)=0
LevelSetContainerType::LevelSetDataType LevelSetDataType
virtual void InitializeParameters()=0
HeavisideType::ConstPointer HeavisideConstPointer
LevelSetContainerType::DomainMapImageFilterType DomainMapImageFilterType
virtual void SetLevelSetContainer(LevelSetContainerType *ptr)
virtual void UpdatePixel(const LevelSetInputIndexType &iP, const LevelSetOutputRealType &oldValue, const LevelSetOutputRealType &newValue)=0
LevelSetContainerType::HessianType LevelSetHessianType
HeavisideConstPointer m_Heaviside
LevelSetContainerType::OutputType LevelSetOutputPixelType
LevelSetContainerPointer m_LevelSetContainer
itksys::hash_set< std::string > RequiredDataType
HeavisideStepFunctionBase< LevelSetOutputRealType, LevelSetOutputRealType > HeavisideType
virtual void Initialize(const LevelSetInputIndexType &iP)=0
LevelSetIdentifierType m_CurrentLevelSetId
InputImagePointer m_Input
NumericTraits< InputPixelType >::RealType InputPixelRealType
Abstract class to represents a term in the level-set evolution PDE.
LevelSetContainerType::InputIndexType LevelSetInputIndexType
LevelSetOutputRealType m_Coefficient
LevelSetOutputRealType m_CFLContribution
RequiredDataType m_RequiredData
virtual ~LevelSetEquationTermBase()
InputImageType::PixelType InputPixelType
virtual LevelSetOutputRealType Evaluate(const LevelSetInputIndexType &iP)
LevelSetContainerType::LevelSetPointer LevelSetPointer
const RequiredDataType & GetRequiredData() const
LevelSetEquationTermBase Self
InputImageType::Pointer InputImagePointer
LevelSetContainerType::OutputRealType LevelSetOutputRealType
LevelSetContainerType::LevelSetIdentifierType LevelSetIdentifierType
LevelSetPointer m_CurrentLevelSetPointer
LevelSetContainerType::LevelSetType LevelSetType
SmartPointer< const Self > ConstPointer
LevelSetEquationTermBase()
LevelSetContainerType::Pointer LevelSetContainerPointer
LevelSetContainerType::GradientType LevelSetGradientType
void operator=(const Self &)
Define additional traits for native types such as int or float.
Base class for most ITK classes.
TInputImage InputImageType
Base class of the Heaviside function.