14 #ifndef __elxSplineKernelTransform_H_
15 #define __elxSplineKernelTransform_H_
110 template<
class TElastix >
112 typename elx::TransformBase< TElastix >::CoordRepType,
113 elx::TransformBase< TElastix >::FixedImageDimension >,
129 typename elx::TransformBase< TElastix >::CoordRepType,
199 virtual void WriteToFile(
const ParametersType & param )
const;
222 virtual bool SetKernelType(
const std::string & kernelType );
237 const std::string & filename,
238 PointSetPointer & landmarkPointSet,
239 const bool & landmarksInFixedImage );
257 #ifndef ITK_MANUAL_INSTANTIATION
258 #include "elxSplineKernelTransform.hxx"
261 #endif // end #ifndef __elxSplineKernelTransform_H_