18 #ifndef __itkCentralDifferenceImageFunction_h
19 #define __itkCentralDifferenceImageFunction_h
77 class TCoordRep = float,
78 class TOutputType = CovariantVector<double, TInputImage::ImageDimension >
88 itkStaticConstMacro(ImageDimension,
unsigned int,
89 TInputImage::ImageDimension);
143 virtual void SetInputImage(
const TInputImage *inputData);
206 itkSetMacro(UseImageDirection,
bool);
207 itkGetConstMacro(UseImageDirection,
bool);
208 itkBooleanMacro(UseImageDirection);
214 void PrintSelf(std::ostream & os,
Indent indent)
const;
218 void operator=(
const Self &);
229 template<
class Type >
231 template<
class Type >
236 template<
class Type >
238 template<
class Type >
244 template<
class Type >
246 template<
class Type >
259 #ifndef ITK_MANUAL_INSTANTIATION
260 #include "itkCentralDifferenceImageFunction.hxx"