#include "itkFunctionBase.h"
#include "itkContinuousIndex.h"
#include "itkArray.h"
#include "itkArray2D.h"
#include "itkMatrix.h"
#include "itkBSplineKernelFunction2.h"
#include "itkBSplineDerivativeKernelFunction2.h"
#include "itkBSplineSecondOrderDerivativeKernelFunction2.h"
Go to the source code of this file.
#define ITK_TEMPLATE_BSplineInterpolationWeightFunctionBase |
( |
|
_, |
|
|
|
EXPORT, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
Value:namespace itk { \
_(3(class EXPORT BSplineInterpolationWeightFunctionBase< ITK_TEMPLATE_3 x >)) \
namespace Templates { typedef BSplineInterpolationWeightFunctionBase< ITK_TEMPLATE_3 x > BSplineInterpolationWeightFunctionBase##y; } \
}
Definition at line 188 of file itkBSplineInterpolationWeightFunctionBase.h.