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, x, y) |
#define ITK_TEMPLATE_ImageToImageFilter | ( | _, | ||
EXPORT, | ||||
x, | ||||
y | ||||
) |
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.