18 #ifndef itkVectorAnisotropicDiffusionFunction_h
19 #define itkVectorAnisotropicDiffusionFunction_h
52 template<
typename TImage >
75 itkStaticConstMacro(ImageDimension,
unsigned int,
76 Superclass::ImageDimension);
81 virtual void CalculateAverageGradientMagnitudeSquared(TImage *) ITK_OVERRIDE;
87 { Superclass::PrintSelf(os, indent); }
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkVectorAnisotropicDiffusionFunction.hxx"
Superclass::TimeStepType TimeStepType
ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
Superclass::ImageType ImageType
Superclass::RadiusType RadiusType
AnisotropicDiffusionFunction< TImage > Superclass
VectorAnisotropicDiffusionFunction Self
~VectorAnisotropicDiffusionFunction() override
Superclass::NeighborhoodType NeighborhoodType
Superclass::ImageType ImageType
const unsigned int Dimension
Superclass::PixelType PixelType
SmartPointer< Self > Pointer
Superclass::PixelType PixelType
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
void PrintSelf(std::ostream &os, Indent indent) const override