38 #ifndef vtkBSplineTransform_h 39 #define vtkBSplineTransform_h 41 #include "vtkFiltersHybridModule.h" 45 class vtkBSplineTransformConnectionHolder;
48 #define VTK_BSPLINE_EDGE 0 49 #define VTK_BSPLINE_ZERO 1 50 #define VTK_BSPLINE_ZERO_AT_BORDER 2 75 vtkSetMacro(DisplacementScale,
double);
76 vtkGetMacro(DisplacementScale,
double);
90 vtkSetClampMacro(BorderMode,
int,
98 vtkGetMacro(BorderMode,
int);
99 const char *GetBorderModeAsString();
135 float derivative[3][3])
override;
137 double derivative[3][3])
override;
143 float derivative[3][3])
override;
145 double derivative[3][3])
override;
147 void (*CalculateSpline)(
const double point[3],
double displacement[3],
148 double derivatives[3][3],
149 void *gridPtr,
int inExt[6],
vtkIdType inInc[3],
156 double GridSpacing[3];
157 double GridOrigin[3];
165 vtkBSplineTransformConnectionHolder* ConnectionHolder;
vtkTypeUInt32 vtkMTimeType
Proxy object to connect input/output ports.
a simple class to control print indentation
topologically and geometrically regular array of data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...