18 #ifndef __itkMeanImageFunction_h
19 #define __itkMeanImageFunction_h
44 template<
class TInputImage,
class TCoordRep =
float >
47 typename NumericTraits< typename TInputImage::PixelType >::RealType,
83 itkStaticConstMacro(ImageDimension,
unsigned int,
84 InputImageType::ImageDimension);
98 this->ConvertPointToNearestIndex(point, index);
99 return this->EvaluateAtIndex(index);
107 this->ConvertContinuousIndexToNearestIndex(cindex, index);
108 return this->EvaluateAtIndex(index);
113 itkSetMacro(NeighborhoodRadius,
unsigned int);
114 itkGetConstReferenceMacro(NeighborhoodRadius,
unsigned int);
120 void PrintSelf(std::ostream & os,
Indent indent)
const;
124 void operator=(
const Self &);
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkMeanImageFunction.hxx"