ITK  4.3.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
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
 

Macros

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

Macro Definition 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.