Go to the source code of this file.
Namespaces | |
| namespace | itk |
Classes | |
| class | itk::ImageToImageFilter< TInputImage, TOutputImage > |
| Base class for filters that take an image as input and produce an image as output. More... | |
Defines | |
| #define | ITK_TEMPLATE_ImageToImageFilter(_, EXPORT, x, y) |
| #define ITK_TEMPLATE_ImageToImageFilter | ( | _, | |||
| EXPORT, | |||||
| x, | |||||
| y | ) |
Value:
namespace itk { \ _(2(class EXPORT ImageToImageFilter< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef ImageToImageFilter< ITK_TEMPLATE_2 x > ImageToImageFilter##y; } \ }
Definition at line 265 of file itkImageToImageFilter.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000