41 #ifndef vtkThinPlateSplineTransform_h 42 #define vtkThinPlateSplineTransform_h 47 #define VTK_RBF_CUSTOM 0 49 #define VTK_RBF_R2LOGR 2 69 void SetBasis(
int basis);
73 const char *GetBasisAsString();
81 if (this->BasisFunction == U) {
return; }
83 this->BasisFunction = U;
86 this->BasisDerivative = dUdr;
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 *)
#define vtkGetMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
a simple class to control print indentation
#define vtkGetObjectMacro(name, type)
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
represent and manipulate 3D points
#define vtkSetMacro(name, type)