39 #include <grass/Vect.h>
40 #include <grass/gis.h>
53 double n,
double s,
double e,
double w,
double t,
61 Map->Constraint_region_flag = 1;
62 Map->Constraint_N = n;
63 Map->Constraint_S =
s;
64 Map->Constraint_E = e;
65 Map->Constraint_W =
w;
66 Map->Constraint_T = t;
67 Map->Constraint_B =
b;
83 Box->N = Map->Constraint_N;
84 Box->S = Map->Constraint_S;
85 Box->E = Map->Constraint_E;
86 Box->W = Map->Constraint_W;
87 Box->T = Map->Constraint_T;
88 Box->B = Map->Constraint_B;
103 Map->Constraint_type =
type;
104 Map->Constraint_type_flag = 1;
118 Map->Constraint_region_flag = 0;
119 Map->Constraint_type_flag = 0;