ITK  5.4.0
Insight 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

◆ ITK_TEMPLATE_PointSetFunction

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

Definition at line 121 of file itkPointSetFunction.h.

itk
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Definition: itkAnnulusOperator.h:24