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

Go to the source code of this file.

Classes

class  itk::ImageToImageFilter< TInputImage, TOutputImage >
 Base class for filters that take an image as input and produce an image as output. More...

Namespaces

namespace  itk

Defines

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

Define Documentation

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

Definition at line 303 of file itkImageToImageFilter.h.