ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkNeighborhoodOperatorImageFunction.h File Reference

Go to the source code of this file.

Classes

class  itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >
 Compute the convolution of a neighborhood operator with the image at a specific location in space, i.e. point, index or continuous index. This class is templated over the input image type. More...

Namespaces

namespace  itk

Defines

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

Define Documentation

#define ITK_TEMPLATE_NeighborhoodOperatorImageFunction (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                                                     \
  {                                                                                 \
  _( 2 ( class EXPORT NeighborhoodOperatorImageFunction< ITK_TEMPLATE_2 TypeX > ) ) \
  namespace Templates                                                               \
  {                                                                                 \
  typedef NeighborhoodOperatorImageFunction< ITK_TEMPLATE_2 TypeX >                 \
  NeighborhoodOperatorImageFunction##TypeY;                                       \
  }                                                                                 \
  }

Definition at line 132 of file itkNeighborhoodOperatorImageFunction.h.