17 #ifndef __itkLabelImageGaussianInterpolateImageFunction_h
18 #define __itkLabelImageGaussianInterpolateImageFunction_h
61 template <
class TInputImage,
class TCoordRep = double,
62 class TPixelCompare = std::less<typename itk::NumericTraits<typename TInputImage::PixelType>::RealType> >
81 itkStaticConstMacro( ImageDimension,
unsigned int, TInputImage::ImageDimension );
90 typedef typename Superclass::RealType
RealType;
107 return this->EvaluateAtContinuousIndex( cindex,
NULL );
116 void operator=(
const Self& );
121 virtual OutputType EvaluateAtContinuousIndex(
122 const ContinuousIndexType &, OutputType * )
const;
127 #ifndef ITK_MANUAL_INSTANTIATION
128 #include "itkLabelImageGaussianInterpolateImageFunction.hxx"