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);
77 vtkGetMacro(Basis,
int);
90 if (this->BasisFunction == U)
95 this->BasisFunction = U;
100 this->BasisDerivative = dUdr;
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);
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