41 #ifndef vtkThinPlateSplineTransform_h
42 #define vtkThinPlateSplineTransform_h
47 #define VTK_RBF_CUSTOM 0
49 #define VTK_RBF_R2LOGR 2
60 vtkGetMacro(Sigma,
double);
61 vtkSetMacro(Sigma,
double);
69 void SetBasis(
int basis);
70 vtkGetMacro(Basis,
int);
73 const char *GetBasisAsString();
81 if (this->BasisFunction == U) {
return; }
83 this->BasisFunction = U;
86 this->BasisDerivative = dUdr;
96 vtkGetObjectMacro(SourceLandmarks,
vtkPoints);
104 vtkGetObjectMacro(TargetLandmarks,
vtkPoints);
127 float derivative[3][3]);
129 double derivative[3][3]);
138 double (*BasisDerivative)(
double r,
double& dUdr);
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
a simple class to control print indentation
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
represent and manipulate 3D points