59#ifndef vtkThinPlateSplineTransform_h
60#define vtkThinPlateSplineTransform_h
62#include "vtkCommonTransformsModule.h"
65#define VTK_RBF_CUSTOM 0
67#define VTK_RBF_R2LOGR 2
80 vtkGetMacro(Sigma,
double);
81 vtkSetMacro(Sigma,
double);
93 vtkGetMacro(Basis,
int);
106 if (this->BasisFunction == U)
111 this->BasisFunction = U;
116 this->BasisDerivative = dUdr;
168 vtkGetMacro(RegularizeBulkTransform,
bool);
169 vtkSetMacro(RegularizeBulkTransform,
bool);
170 vtkBooleanMacro(RegularizeBulkTransform,
bool);
192 const double in[3],
double out[3],
double derivative[3][3])
override;
199 double (*BasisFunction)(
double r);
200 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