49#ifndef vtkThinPlateSplineTransform_h
50#define vtkThinPlateSplineTransform_h
52#include "vtkCommonTransformsModule.h"
55#define VTK_RBF_CUSTOM 0
57#define VTK_RBF_R2LOGR 2
70 vtkGetMacro(Sigma,
double);
71 vtkSetMacro(Sigma,
double);
83 vtkGetMacro(Basis,
int);
96 if (this->BasisFunction == U)
101 this->BasisFunction = U;
106 this->BasisDerivative = dUdr;
158 vtkGetMacro(RegularizeBulkTransform,
bool);
159 vtkSetMacro(RegularizeBulkTransform,
bool);
160 vtkBooleanMacro(RegularizeBulkTransform,
bool);
182 const double in[3],
double out[3],
double derivative[3][3])
override;
189 double (*BasisFunction)(
double r);
190 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