ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
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

Macros

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

Macro Definition 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.