18 #ifndef itkVectorNeighborhoodInnerProduct_h
19 #define itkVectorNeighborhoodInnerProduct_h
44 template<
typename TImage >
63 PixelType::Dimension);
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkVectorNeighborhoodInnerProduct.hxx"
PixelType operator()(const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const
Neighborhood< ScalarValueType, itkGetStaticConstMacro(ImageDimension) > OperatorType
PixelType::ValueType ScalarValueType
static const unsigned int ImageDimension
static const unsigned int VectorDimension
Defines the inner product operation between an itk::Neighborhood and an itk::NeighborhoodOperator.
NeighborIndexType Size() const
TImage::PixelType PixelType
Neighborhood< PixelType, itkGetStaticConstMacro(ImageDimension) > NeighborhoodType
PixelType operator()(const std::slice &s, const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const
VectorNeighborhoodInnerProduct Self