43 #include <visp3/core/vpConfig.h>
45 #ifndef DOXYGEN_SHOULD_SKIP_THIS
49 #include <visp3/robot/vpWireFrameSimulatorTypes.h>
57 #define BND_CARDIOIDE 1
59 #define BND_CYLINDER 3
69 #define BND_SECTION 11
73 #define BOUND_NBR 1024
76 #define POINT_NBR 6144
78 #define VECTOR_NBR 6144
119 void free_Bound(Bound *bp);
120 void free_huge_Bound(Bound *bp);
121 void free_Bound_scene(Bound_scene *bsp);
122 void malloc_Bound(Bound *bp, Type type,
int polygonal, Index fn, Index pn);
123 void malloc_huge_Bound(Bound *bp);
124 void malloc_Bound_scene(Bound_scene *bsp,
const char *name, Index bn);