43 #ifndef vtkThinPlateSplineTransform_h
44 #define vtkThinPlateSplineTransform_h
46 #include "vtkCommonTransformsModule.h"
49 #define VTK_RBF_CUSTOM 0
51 #define VTK_RBF_R2LOGR 2
64 vtkGetMacro(Sigma,
double);
65 vtkSetMacro(Sigma,
double);
76 void SetBasis(
int basis);
77 vtkGetMacro(Basis,
int);
80 const char* GetBasisAsString();
90 if (this->BasisFunction == U)
95 this->BasisFunction = U;
100 this->BasisDerivative = dUdr;
112 vtkGetObjectMacro(SourceLandmarks,
vtkPoints);
122 vtkGetObjectMacro(TargetLandmarks,
vtkPoints);
152 vtkGetMacro(RegularizeBulkTransform,
bool);
153 vtkSetMacro(RegularizeBulkTransform,
bool);
154 vtkBooleanMacro(RegularizeBulkTransform,
bool);
176 const double in[3],
double out[3],
double derivative[3][3])
override;
183 double (*BasisFunction)(
double r);
184 double (*BasisDerivative)(
double r,
double& dUdr);
vtkTypeUInt32 vtkMTimeType
a simple class to control print indentation
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
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