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