#include "itkFunctionBase.h"
#include "itkPoint.h"
#include "itkPointSetFunction.hxx"
Go to the source code of this file.
◆ ITK_TEMPLATE_PointSetFunction
#define ITK_TEMPLATE_PointSetFunction |
( |
| _, |
|
|
| EXPORT, |
|
|
| x, |
|
|
| y ) |
Value:
{ \
_(3(class EXPORT PointSetFunction<ITK_TEMPLATE_3 x>)) \
namespace Templates \
{ \
using PointSetFunction##y = PointSetFunction<ITK_TEMPLATE_3 x>; \
} \
}
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Definition at line 125 of file itkPointSetFunction.h.