ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkPointSetFunction.h File Reference

Go to the source code of this file.

Classes

class  itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >
 Evaluates a function of an image at specified position. More...

Namespaces

namespace  itk

Defines

#define ITK_TEMPLATE_PointSetFunction(_, EXPORT, x, y)

Define Documentation

#define ITK_TEMPLATE_PointSetFunction (   _,
  EXPORT,
  x,
 
)
Value:
namespace itk { \
  _(3(class EXPORT PointSetFunction< ITK_TEMPLATE_3 x >)) \
  namespace Templates { typedef PointSetFunction< ITK_TEMPLATE_3 x > PointSetFunction##y; } \
  }

Definition at line 125 of file itkPointSetFunction.h.