52#ifndef vtkThinPlateSplineTransform_h
53#define vtkThinPlateSplineTransform_h
55#include "vtkCommonTransformsModule.h"
58#define VTK_RBF_CUSTOM 0
60#define VTK_RBF_R2LOGR 2
73 vtkGetMacro(Sigma,
double);
74 vtkSetMacro(Sigma,
double);
86 vtkGetMacro(Basis,
int);
99 if (this->BasisFunction == U)
104 this->BasisFunction = U;
109 this->BasisDerivative = dUdr;
161 vtkGetMacro(RegularizeBulkTransform,
bool);
162 vtkSetMacro(RegularizeBulkTransform,
bool);
163 vtkBooleanMacro(RegularizeBulkTransform,
bool);
185 const double in[3],
double out[3],
double derivative[3][3])
override;
192 double (*BasisFunction)(
double r);
193 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