18 #ifndef __itkNeighborhoodInnerProduct_h
19 #define __itkNeighborhoodInnerProduct_h
47 template<
class TImage,
class TOperator =
typename TImage::PixelType,
class TComputation = TOperator >
60 itkStaticConstMacro(ImageDimension,
unsigned int, TImage::ImageDimension);
77 return this->operator()(std::slice(0, it.
Size(), 1), it, op);
80 OutputPixelType operator()(
const std::slice & s,
81 const NeighborhoodType & N,
82 const OperatorType & op)
const;
87 return this->operator()(std::slice(0, N.
Size(), 1), N, op);
92 #ifndef ITK_MANUAL_INSTANTIATION
93 #include "itkNeighborhoodInnerProduct.hxx"