40 #ifndef vpCoreDisplay_h
41 #define vpCoreDisplay_h
43 #include <visp3/core/vpConfig.h>
45 #ifndef DOXYGEN_SHOULD_SKIP_THIS
51 void open_display(
void);
52 void close_display(
void);
53 void point_3D_2D(Point3f *p3, Index size,
int xsize,
int ysize, Point2i *p2);
54 void set_Bound_face_display(Bound *bp, Byte b);
55 void wireframe_Face(Face *fp, Point2i *pp);