38#ifndef vtkBSplineTransform_h
39#define vtkBSplineTransform_h
41#include "vtkFiltersHybridModule.h"
45class 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);
94 vtkGetMacro(BorderMode,
int);
132 const double in[3],
double out[3],
double derivative[3][3])
override;
139 const double in[3],
double out[3],
double derivative[3][3])
override;
141 void (*CalculateSpline)(
const double point[3],
double displacement[3],
double derivatives[3][3],
142 void* gridPtr,
int inExt[6],
vtkIdType inInc[3],
int borderMode);
148 double GridSpacing[3];
149 double GridOrigin[3];
157 vtkBSplineTransformConnectionHolder* ConnectionHolder;
Proxy object to connect input/output ports.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkTypeUInt32 vtkMTimeType