5 #include "CurveParametric.h"
6 #include "VertexBufferObject.h"
8 /*----------------------------------------------------------------------*\
10 \*---------------------------------------------------------------------*/
12 /*--------------------------------------*\
14 \*-------------------------------------*/
16 class CBI_GRAPH GLCurveParametric
: public GLFigure
19 GLCurveParametric(CurveParametric
* ptrPolyline
);
20 virtual ~GLCurveParametric();
22 CurveParametric
* getPolyline() const;
24 void init(Panel_A
&panel
);
25 void reshape(Panel_A
&panel
, const Viewport
&viewport
);
26 void display(Panel_A
&panel
);
27 void release(Panel_A
&panel
);
29 void updateGL(Panel_A
&panel
,const Domaine
&domaineGraph
);
33 VertexBufferObject
* vboVertex
;
38 /*----------------------------------------------------------------------*\
40 \*---------------------------------------------------------------------*/