ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkPointSetFunction.h File Reference
#include "itkFunctionBase.h"
#include "itkPoint.h"
#include "itkPointSetFunction.hxx"
+ Include dependency graph for itkPointSetFunction.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >
 

Namespaces

 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.