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