Go to the documentation of this file.
51 #ifndef vtkImageBSplineCoefficients_h
52 #define vtkImageBSplineCoefficients_h
55 #include "vtkImagingCoreModule.h"
74 vtkGetMacro(SplineDegree,
int);
87 vtkSetClampMacro(BorderMode,
int,
95 vtkGetMacro(BorderMode,
int);
106 vtkGetMacro(OutputScalarType,
int);
165 int outExt[6],
int threadId)
override;
void SetBorderModeToMirror()
int CheckBounds(const double point[3])
Check a point against the image bounds.
void SetOutputScalarTypeToDouble()
const char * GetOutputScalarTypeAsString()
#define VTK_IMAGE_BSPLINE_DEGREE_MAX
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Generic filter that has one input.
#define VTK_IMAGE_BORDER_MIRROR
void Evaluate(const double point[3], double *value)
Interpolate a value from the image.
convert image to b-spline knots
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageBSplineCoefficients * New()
void SetOutputScalarTypeToFloat()
#define VTK_IMAGE_BORDER_CLAMP
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int outExt[6], int threadId) override
~vtkImageBSplineCoefficients() override
vtkImageBSplineCoefficients()
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_IMAGE_BORDER_REPEAT
double Evaluate(const double point[3])
void SetBorderModeToRepeat()
void AllocateOutputData(vtkImageData *out, vtkInformation *outInfo, int *uExtent) override
Allocate the output data.
vtkImageData * AllocateOutputData(vtkDataObject *out, vtkInformation *outInfo) override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
void SetBorderModeToClamp()
general representation of visualization data
const char * GetBorderModeAsString()
double Evaluate(double x, double y, double z)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...