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