ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkNeighborhoodInnerProduct.h File Reference

Go to the source code of this file.

Classes

class  itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >
 Defines the inner product operation between an Neighborhood and a NeighborhoodOperator. More...

Namespaces

namespace  itk

Defines

#define ITK_TEMPLATE_NeighborhoodInnerProduct(_, EXPORT, TypeX, TypeY)

Define Documentation

#define ITK_TEMPLATE_NeighborhoodInnerProduct (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                                            \
  {                                                                        \
  _( 3 ( class EXPORT NeighborhoodInnerProduct< ITK_TEMPLATE_3 TypeX > ) ) \
  namespace Templates                                                      \
  {                                                                        \
  typedef NeighborhoodInnerProduct< ITK_TEMPLATE_3 TypeX >                 \
  NeighborhoodInnerProduct##TypeY;                                       \
  }                                                                        \
  }

Definition at line 93 of file itkNeighborhoodInnerProduct.h.