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

Macros

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

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