source: GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/avars.cxx @ 981

Revision 981, 668 bytes checked in by gumbau, 18 years ago (diff)
Line 
1#include <stdlib.h>
2//#include <iostream.h>
3
4#include <gfx/std.h>
5#include "avars.h"
6#include "AdjModel.h"
7
8
9// GLOBAL SIMPLIFICATION OPTIONS
10
11int qslim::face_target = 0;
12qslim::real qslim::error_tolerance = HUGE;
13
14
15bool qslim::will_use_plane_constraint = true;
16bool qslim::will_use_vertex_constraint = true;
17
18bool qslim::will_preserve_boundaries = true;
19bool qslim::will_preserve_mesh_quality = true;
20bool qslim::will_constrain_boundaries = true;
21qslim::real qslim::boundary_constraint_weight = 1.0;
22
23bool qslim::will_weight_by_area = false;
24
25int qslim::placement_policy = PLACE_ENDPOINTS;
26
27qslim::real qslim::pair_selection_tolerance = 0.0;
Note: See TracBrowser for help on using the repository browser.