18 #ifndef __itkVarianceImageFunction_h
19 #define __itkVarianceImageFunction_h
42 template<
class TInputImage,
class TCoordRep =
float >
44 public ImageFunction< TInputImage, typename NumericTraits< typename TInputImage::PixelType >::RealType,
79 itkStaticConstMacro(ImageDimension,
unsigned int,
80 InputImageType::ImageDimension);
94 this->ConvertPointToNearestIndex(point, index);
95 return this->EvaluateAtIndex(index);
103 this->ConvertContinuousIndexToNearestIndex(cindex, index);
104 return this->EvaluateAtIndex(index);
109 itkSetMacro(NeighborhoodRadius,
unsigned int);
110 itkGetConstReferenceMacro(NeighborhoodRadius,
unsigned int);
116 void PrintSelf(std::ostream & os,
Indent indent)
const;
120 void operator=(
const Self &);
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkVarianceImageFunction.hxx"