42 #ifndef vtkThinPlateSplineTransform_h 43 #define vtkThinPlateSplineTransform_h 45 #include "vtkCommonTransformsModule.h" 48 #define VTK_RBF_CUSTOM 0 50 #define VTK_RBF_R2LOGR 2 63 vtkGetMacro(Sigma,
double);
64 vtkSetMacro(Sigma,
double);
75 void SetBasis(
int basis);
76 vtkGetMacro(Basis,
int);
79 const char *GetBasisAsString();
88 if (this->BasisFunction == U) {
return; }
90 this->BasisFunction = U;
93 this->BasisDerivative = dUdr;
104 vtkGetObjectMacro(SourceLandmarks,
vtkPoints);
114 vtkGetObjectMacro(TargetLandmarks,
vtkPoints);
145 float derivative[3][3])
override;
147 double derivative[3][3])
override;
155 double (*BasisDerivative)(
double r,
double& dUdr);
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkTypeUInt32 vtkMTimeType
a simple class to control print indentation
virtual void Modified()
Update the modification time for this object.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points