46 #include <visp/vpConfig.h>
48 #ifndef DOXYGEN_SHOULD_SKIP_THIS
56 #define BND_CARDIOIDE 1
58 #define BND_CYLINDER 3
68 #define BND_SECTION 11
73 #define BOUND_NBR 1024
76 #define POINT_NBR 6144
78 #define VECTOR_NBR 6144
95 #define DEFAULT_VSIZE 4
108 Index tbl[DEFAULT_VSIZE];
124 unsigned is_polygonal:1;
125 unsigned is_visible :1;
141 unsigned is_display :1;
142 unsigned is_polygonal:1;
175 extern void malloc_huge_Bound (Bound *bp);
176 extern void free_huge_Bound (Bound *bp);
177 extern void fscanf_Bound (Bound *bp);