18 #ifndef itkAnisotropicDiffusionFunction_h
19 #define itkAnisotropicDiffusionFunction_h
138 template<
typename TImage >
240 os << indent <<
"TimeStep: " <<
m_TimeStep << std::endl;
AnisotropicDiffusionFunction()
SmartPointer< Self > Pointer
AnisotropicDiffusionFunction Self
static const unsigned int ImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
virtual void CalculateAverageGradientMagnitudeSquared(ImageType *)=0
Superclass::PixelRealType PixelrealType
double m_ConductanceParameter
Superclass::NeighborhoodType NeighborhoodType
ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
Superclass::TimeStepType TimeStepType
virtual TimeStepType ComputeGlobalTimeStep(void *) const override
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
Superclass::ImageType ImageType
Superclass::FloatOffsetType FloatOffsetType
static const unsigned int ImageDimension
const double & GetConductanceParameter() const
virtual void * GetGlobalDataPointer() const override
A templated class holding a n-Dimensional vector.
const double & GetAverageGradientMagnitudeSquared() const
ImageType::PixelType PixelType
SmartPointer< const Self > ConstPointer
Superclass::PixelType PixelType
void SetTimeStep(const TimeStepType &t)
~AnisotropicDiffusionFunction()
Superclass::RadiusType RadiusType
double m_AverageGradientMagnitudeSquared
FiniteDifferenceFunction< TImage > Superclass
void SetAverageGradientMagnitudeSquared(const double &c)
const TimeStepType & GetTimeStep() const
Control indentation during Print() invocation.
virtual void ReleaseGlobalDataPointer(void *) const override
void operator=(const Self &)
void SetConductanceParameter(const double &c)