36#ifndef vtkImageBSplineInternals_h
37#define vtkImageBSplineInternals_h
39#include "vtkImagingCoreModule.h"
56 double poles[4],
long numPoles,
double tol)
VTK_SIZEHINT(data, size);
73 long slices,
long depth,
double x,
double y,
double z,
long degree,
long border);
75 long slices,
long depth,
double x,
double y,
double z,
long degree,
long border);
83 double data[],
long size,
long border,
double pole,
double tol);
86 double data[],
long size,
long border,
double pole,
double tol);
~vtkImageBSplineInternals()=default
static int InterpolatedValue(const float *coeffs, float *value, long width, long height, long slices, long depth, double x, double y, double z, long degree, long border)
Internal method.
static int GetInterpolationWeights(double weights[10], double w, long degree)
Internal method.
vtkImageBSplineInternals()=default
static int GetInterpolationWeights(float weights[10], double w, long degree)
Internal method.
static int InterpolatedValue(const double *coeffs, double *value, long width, long height, long slices, long depth, double x, double y, double z, long degree, long border)
Internal method.
static double InitialCausalCoefficient(double data[], long size, long border, double pole, double tol)
static int GetPoleValues(double poles[4], long &numPoles, long degree)
Internal method.
static double InitialAntiCausalCoefficient(double data[], long size, long border, double pole, double tol)
static void ConvertToInterpolationCoefficients(double data[], long size, long border, double poles[4], long numPoles, double tol)
Internal method.
boost::graph_traits< vtkGraph * >::degree_size_type degree(boost::graph_traits< vtkGraph * >::vertex_descriptor u, vtkGraph *g)
#define VTK_SIZEHINT(...)