18 #ifndef itkVectorGradientNDAnisotropicDiffusionFunction_h
19 #define itkVectorGradientNDAnisotropicDiffusionFunction_h
43 template<
typename TImage >
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkVectorGradientNDAnisotropicDiffusionFunction.hxx"
Superclass::RadiusType RadiusType
Superclass::PixelType PixelType
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
~VectorGradientNDAnisotropicDiffusionFunction()
VectorGradientNDAnisotropicDiffusionFunction()
A NeighborhoodOperator for taking an n-th order derivative at a pixel.
VectorGradientNDAnisotropicDiffusionFunction Self
Superclass::NeighborhoodType NeighborhoodType
ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
unsigned long SizeValueType
VectorNeighborhoodInnerProduct< ImageType > m_InnerProduct
const double & GetConductanceParameter() const
A templated class holding a n-Dimensional vector.
std::slice xd_slice[ImageDimension][ImageDimension]
void operator=(const Self &)
const double & GetAverageGradientMagnitudeSquared() const
Superclass::ImageType ImageType
static const unsigned int VectorDimension
static const unsigned int ImageDimension
virtual void InitializeIteration() override
Superclass::PixelType PixelType
Superclass::FloatOffsetType FloatOffsetType
Superclass::PixelType PixelType
DerivativeOperator< ScalarValueType, itkGetStaticConstMacro(ImageDimension) > dx_op
Superclass::ImageType ImageType
PixelType::ValueType ScalarValueType
std::slice xa_slice[ImageDimension][ImageDimension]
virtual PixelType ComputeUpdate(const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override
static const unsigned int ImageDimension
std::slice x_slice[ImageDimension]
SizeValueType m_Stride[ImageDimension]
Superclass::TimeStepType TimeStepType
SmartPointer< Self > Pointer
static const unsigned int VectorDimension
VectorAnisotropicDiffusionFunction< TImage > Superclass