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(
56 double data[],
long size,
long border,
double poles[4],
long numPoles,
64 static int GetInterpolationWeights(
65 double weights[10],
double w,
long degree);
66 static int GetInterpolationWeights(
67 float weights[10],
double w,
long degree);
75 static int InterpolatedValue(
76 const double *coeffs,
double *
value,
77 long width,
long height,
long slices,
long depth,
78 double x,
double y,
double z,
long degree,
long border);
79 static int InterpolatedValue(
80 const float *coeffs,
float *value,
81 long width,
long height,
long slices,
long depth,
82 double x,
double y,
double z,
long degree,
long border);
89 static double InitialCausalCoefficient(
90 double data[],
long size,
long border,
double pole,
double tol);
92 static double InitialAntiCausalCoefficient(
93 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)