62 #ifndef vtkThinPlateSplineTransform_h
63 #define vtkThinPlateSplineTransform_h
65 #include "vtkCommonTransformsModule.h"
68 #define VTK_RBF_CUSTOM 0
70 #define VTK_RBF_R2LOGR 2
83 vtkGetMacro(Sigma,
double);
84 vtkSetMacro(Sigma,
double);
96 vtkGetMacro(Basis,
int);
109 if (this->BasisFunction == U)
114 this->BasisFunction = U;
119 this->BasisDerivative = dUdr;
171 vtkGetMacro(RegularizeBulkTransform,
bool);
172 vtkSetMacro(RegularizeBulkTransform,
bool);
173 vtkBooleanMacro(RegularizeBulkTransform,
bool);
195 const double in[3],
double out[3],
double derivative[3][3])
override;
202 double (*BasisFunction)(
double r);
203 double (*BasisDerivative)(
double r,
double& dUdr);
a simple class to control print indentation
virtual void Modified()
Update the modification time for this object.
represent and manipulate 3D points
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkTypeUInt32 vtkMTimeType