Go to the source code of this file.
Namespaces | |
namespace | itk |
Classes | |
class | itk::ImageFunction< TInputImage, TOutput, TCoordRep > |
Evaluates a function of an image at specified position. More... | |
Defines | |
#define | ITK_TEMPLATE_ImageFunction(_, EXPORT, x, y) |
#define ITK_TEMPLATE_ImageFunction | ( | _, | |||
EXPORT, | |||||
x, | |||||
y | ) |
Value:
namespace itk { \ _(3(class EXPORT ImageFunction< ITK_TEMPLATE_3 x >)) \ namespace Templates { typedef ImageFunction< ITK_TEMPLATE_3 x > ImageFunction##y; } \ }
Definition at line 230 of file itkImageFunction.h.