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