18 #ifndef __itkAnisotropicDiffusionFunction_h
19 #define __itkAnisotropicDiffusionFunction_h
138 template<
typename TImage >
240 os << indent <<
"TimeStep: " <<
m_TimeStep << std::endl;
AnisotropicDiffusionFunction()
virtual void * GetGlobalDataPointer() const
SmartPointer< Self > Pointer
AnisotropicDiffusionFunction Self
virtual void ReleaseGlobalDataPointer(void *) const
static const unsigned int ImageDimension
virtual void CalculateAverageGradientMagnitudeSquared(ImageType *)=0
Superclass::PixelRealType PixelrealType
double m_ConductanceParameter
Superclass::NeighborhoodType NeighborhoodType
ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
Superclass::TimeStepType TimeStepType
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
A templated class holding a n-Dimensional vector.
const double & GetAverageGradientMagnitudeSquared() const
ImageType::PixelType PixelType
void PrintSelf(std::ostream &os, Indent indent) const
SmartPointer< const Self > ConstPointer
Superclass::PixelType PixelType
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
void SetTimeStep(const TimeStepType &t)
virtual TimeStepType ComputeGlobalTimeStep(void *) const
~AnisotropicDiffusionFunction()
Superclass::RadiusType RadiusType
double m_AverageGradientMagnitudeSquared
FiniteDifferenceFunction< TImage > Superclass
void SetAverageGradientMagnitudeSquared(const double &c)
const TimeStepType & GetTimeStep() const
Control indentation during Print() invocation.
void operator=(const Self &)
void SetConductanceParameter(const double &c)