18 #ifndef __itkVectorMeanImageFunction_h
19 #define __itkVectorMeanImageFunction_h
44 template<
class TInputImage,
class TCoordRep =
float >
47 typename NumericTraits< typename TInputImage::PixelType >::RealType,
83 itkStaticConstMacro(ImageDimension,
unsigned int,
84 InputImageType::ImageDimension);
97 this->ConvertPointToNearestIndex(point, index);
98 return this->EvaluateAtIndex(index);
106 this->ConvertContinuousIndexToNearestIndex(cindex, index);
107 return this->EvaluateAtIndex(index);
112 itkSetMacro(NeighborhoodRadius,
unsigned int);
113 itkGetConstReferenceMacro(NeighborhoodRadius,
unsigned int);
119 void PrintSelf(std::ostream & os,
Indent indent)
const;
123 void operator=(
const Self &);
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkVectorMeanImageFunction.hxx"