22 #include <tulip/GlOpenUniformCubicBSpline.h> 
   32 class TLP_GL_SCOPE GlCubicBSplineInterpolation : 
public GlOpenUniformCubicBSpline {
 
   46   GlCubicBSplineInterpolation(
const std::vector<Coord> &pointsToInterpolate, 
const Color &startColor, 
const Color &endColor,
 
   47                               const float startSize, 
const float endSize, 
const unsigned int nbCurvePoints = 100);
 
   52   std::vector<Coord> constructInterpolatingCubicBSpline(
const std::vector<Coord> &pointsToInterpolate);