source: GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/avars.h @ 1025

Revision 1025, 744 bytes checked in by gumbau, 18 years ago (diff)

namespace simplif

Line 
1//#include "Nvars.h"
2#include <gfx/SMF/smf.h>
3
4namespace simplif
5{
6//      extern ostream *outfile;
7
8        extern int face_target;
9        extern real error_tolerance;
10
11
12        extern bool will_use_plane_constraint;
13        extern bool will_use_vertex_constraint;
14
15        extern bool will_preserve_boundaries;
16        extern bool will_preserve_mesh_quality;
17        extern bool will_constrain_boundaries;
18        extern real boundary_constraint_weight;
19
20        extern bool will_weight_by_area;
21
22        #define PLACE_ENDPOINTS 0
23        #define PLACE_ENDORMID  1
24        #define PLACE_LINE      2
25        #define PLACE_OPTIMAL   3
26
27        extern int placement_policy;
28
29        extern real pair_selection_tolerance;
30}
31
32
33//extern void process_cmdline(int argc, char **argv);
34
35//extern void read_model(SMF_Reader&);
Note: See TracBrowser for help on using the repository browser.