36 #ifndef vtkImageBSplineInternals_h
37 #define vtkImageBSplineInternals_h
40 #include "vtkImagingCoreModule.h"
51 static int GetPoleValues(
double poles[4],
long& numPoles,
long degree);
56 static void ConvertToInterpolationCoefficients(
double data[],
long size,
64 static int GetInterpolationWeights(
double weights[10],
double w,
long degree);
65 static int GetInterpolationWeights(
float weights[10],
double w,
long degree);
73 static int InterpolatedValue(
const double* coeffs,
double*
value,
long width,
long height,
74 long slices,
long depth,
double x,
double y,
double z,
long degree,
vtkImageBorderMode border);
75 static int InterpolatedValue(
const float* coeffs,
float* value,
long width,
long height,
76 long slices,
long depth,
double x,
double y,
double z,
long degree,
vtkImageBorderMode border);
82 static double InitialCausalCoefficient(
85 static double InitialAntiCausalCoefficient(
#define VTK_SIZEHINT(...)
boost::graph_traits< vtkGraph * >::degree_size_type degree(boost::graph_traits< vtkGraph * >::vertex_descriptor u, vtkGraph *g)