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