23 #ifndef DOXYGEN_NOTFOR_DEVEL
26 #include <tulip/Color.h>
27 #include <tulip/OpenGlConfigManager.h>
31 void Line(
float x1,
float y1,
float z1,
float x2,
float y2 ,
float z2, Color C1, Color C2);
32 void Rect(
float x,
float y ,
float z,
float w ,
float h);
33 GLfloat *spewPrimitiveEPS(FILE * file, GLfloat * loc);
34 void spewUnsortedFeedback(FILE * file, GLint size, GLfloat * buffer);
35 int compare(
const void *a,
const void *b);
36 void spewSortedFeedback(FILE * file, GLint size, GLfloat * buffer);
37 void spewWireFrameEPS(FILE * file,
int doSort, GLint size, GLfloat * buffer,
char *creator);
38 void print3DcolorVertex(GLint size, GLint * count, GLfloat * buffer);
39 void printBuffer(GLint size, GLfloat * buffer);
42 #endif //DOXYGEN_NOTFOR_DEVEL