39 #ifndef vtkImageBSplineCoefficients_h
40 #define vtkImageBSplineCoefficients_h
43 #include "vtkImagingCoreModule.h"
46 VTK_ABI_NAMESPACE_BEGIN
61 vtkGetMacro(SplineDegree,
int);
79 const char* GetBorderModeAsString();
89 vtkGetMacro(OutputScalarType,
int);
92 const char* GetOutputScalarTypeAsString();
114 int CheckBounds(
const double point[3]);
123 void Evaluate(
const double point[3],
double*
value);
124 double Evaluate(
double x,
double y,
double z);
154 VTK_ABI_NAMESPACE_END
void SetOutputScalarTypeToFloat()
Set the scalar type of the output.
void SetBorderModeToRepeat()
Set the border mode.
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
double Evaluate(const double point[3])
Interpolate a value from the image.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
convert image to b-spline knots
void SetBorderModeToClamp()
Set the border mode.
void SetOutputScalarTypeToDouble()
Set the scalar type of the output.
#define VTK_IMAGE_BSPLINE_DEGREE_MAX
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
virtual void AllocateOutputData(vtkImageData *out, vtkInformation *outInfo, int *uExtent)
Allocate the output data.
Generic filter that has one input.
void SetBorderModeToMirror()
Set the border mode.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
vtkImageBorderMode BorderMode