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