24 #ifndef vtkImageBSplineInternals_h
25 #define vtkImageBSplineInternals_h
28 #include "vtkImagingCoreModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
40 static int GetPoleValues(
double poles[4],
long& numPoles,
long degree);
45 static void ConvertToInterpolationCoefficients(
double data[],
long size,
53 static int GetInterpolationWeights(
double weights[10],
double w,
long degree);
54 static int GetInterpolationWeights(
float weights[10],
double w,
long degree);
62 static int InterpolatedValue(
const double* coeffs,
double*
value,
long width,
long height,
63 long slices,
long depth,
double x,
double y,
double z,
long degree,
vtkImageBorderMode border);
64 static int InterpolatedValue(
const float* coeffs,
float* value,
long width,
long height,
65 long slices,
long depth,
double x,
double y,
double z,
long degree,
vtkImageBorderMode border);
71 static double InitialCausalCoefficient(
74 static double InitialAntiCausalCoefficient(
#define VTK_SIZEHINT(...)
boost::graph_traits< vtkGraph * >::degree_size_type degree(boost::graph_traits< vtkGraph * >::vertex_descriptor u, vtkGraph *g)