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