18 #ifndef itkVectorCentralDifferenceImageFunction_h
19 #define itkVectorCentralDifferenceImageFunction_h
47 typename TCoordRep =
float >
51 TInputImage::PixelType::Dimension,
52 TInputImage::ImageDimension >,
59 itkStaticConstMacro(
Dimension,
unsigned int,
60 InputPixelType::Dimension);
64 TInputImage::ImageDimension);
141 itkSetMacro(UseImageDirection,
bool);
142 itkGetConstMacro(UseImageDirection,
bool);
143 itkBooleanMacro(UseImageDirection);
163 #ifndef ITK_MANUAL_INSTANTIATION
164 #include "itkVectorCentralDifferenceImageFunction.hxx"
A templated class holding a M x N size Matrix.
SmartPointer< Self > Pointer
TInputImage InputImageType
Light weight base class for most itk classes.
Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > PointType
void PrintSelf(std::ostream &os, Indent indent) const override
VectorCentralDifferenceImageFunction Self
void operator=(const Self &)
ImageFunction< TInputImage, Matrix< double, itkGetStaticConstMacro(Dimension), itkGetStaticConstMacro(ImageDimension) >, TCoordRep > Superclass
virtual OutputType EvaluateAtIndex(const IndexType &index) const override
TInputImage::PixelType InputPixelType
Superclass::ContinuousIndexType ContinuousIndexType
void ConvertPointToNearestIndex(const PointType &point, IndexType &index) const
static const unsigned int ImageDimension
VectorCentralDifferenceImageFunction()
Superclass::IndexType IndexType
virtual OutputType EvaluateAtContinuousIndex(const ContinuousIndexType &cindex) const override
Superclass::OutputType OutputType
virtual OutputType Evaluate(const PointType &point) const override
InputImageType::IndexType IndexType
static const unsigned int Dimension
ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > ContinuousIndexType
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
Calculate the derivative by central differencing.
~VectorCentralDifferenceImageFunction()
Superclass::PointType PointType
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
Evaluates a function of an image at specified position.