1 |
|
1 |
//---------------------------------------------------------------------------
|
2 |
|
|
#include <vcl\vcl.h>
|
3 |
|
|
#include "fenetre.h"
|
4 |
|
|
#pragma hdrstop
|
5 |
|
|
//---------------------------------------------------------------------------
|
6 |
|
|
USEFORM("fenetre.cpp", Fenp);
|
7 |
|
|
USERES("acismesh.res");
|
8 |
|
|
USEUNIT("acis_charge.cpp");
|
9 |
|
|
USEUNIT("m2d_frontiere.cpp");
|
10 |
|
|
USEUNIT("aff_text.cpp");
|
11 |
|
|
USEUNIT("eval_cone.cpp");
|
12 |
|
|
USEUNIT("eval_decale.cpp");
|
13 |
|
|
USEUNIT("eval_distance.cpp");
|
14 |
|
|
USEUNIT("eval_ellipse.cpp");
|
15 |
|
|
USEUNIT("eval_fdn1.cpp");
|
16 |
|
|
USEUNIT("eval_fdn2a.cpp");
|
17 |
|
|
USEUNIT("eval_fdn2b.cpp");
|
18 |
|
|
USEUNIT("eval_fdn3.cpp");
|
19 |
|
|
USEUNIT("eval_normal.cpp");
|
20 |
|
|
USEUNIT("eval_plane.cpp");
|
21 |
|
|
USEUNIT("eval_straight.cpp");
|
22 |
|
|
USEUNIT("eval_vecteur.cpp");
|
23 |
|
|
USEUNIT("geo_int_elli_plane.cpp");
|
24 |
|
|
USEUNIT("geo_int_stra_plane.cpp");
|
25 |
|
|
USEUNIT("m0d.cpp");
|
26 |
|
|
USEUNIT("m1d.cpp");
|
27 |
|
|
USEUNIT("m1d_dis.cpp");
|
28 |
|
|
USEUNIT("m1d_enreg.cpp");
|
29 |
|
|
USEUNIT("m1d_geo.cpp");
|
30 |
|
|
USEUNIT("m1d_lissage.cpp");
|
31 |
|
|
USEUNIT("m1d_param_ellipse.cpp");
|
32 |
|
|
USEUNIT("m1d_param_straight.cpp");
|
33 |
|
|
USEUNIT("m2d.cpp");
|
34 |
|
|
USEUNIT("m2d_ac_front.cpp");
|
35 |
|
|
USEUNIT("m2d_ana_dens.cpp");
|
36 |
|
|
USEUNIT("m2d_c_quad.cpp");
|
37 |
|
|
USEUNIT("m2d_cal_qual.cpp");
|
38 |
|
|
USEUNIT("m2d_enreg.cpp");
|
39 |
|
|
USEUNIT("m2d_ex_sol.cpp");
|
40 |
|
|
USEUNIT("m2d_fin.cpp");
|
41 |
|
|
USEUNIT("main.cpp");
|
42 |
|
|
USEUNIT("r3d_gene_triangle.cpp");
|
43 |
|
|
USEUNIT("m2d_gest_front.cpp");
|
44 |
|
|
USEUNIT("m2d_i_segment.cpp");
|
45 |
|
|
USEUNIT("m2d_i_triangle.cpp");
|
46 |
|
|
USEUNIT("m2d_ini_front.cpp");
|
47 |
|
|
USEUNIT("m2d_int_seg_seg.cpp");
|
48 |
|
|
USEUNIT("m2d_int_triangle.cpp");
|
49 |
|
|
USEUNIT("m2d_ord_front.cpp");
|
50 |
|
|
USEUNIT("m2d_param_cone.cpp");
|
51 |
|
|
USEUNIT("m2d_param_plane.cpp");
|
52 |
|
|
USEUNIT("m2d_resultat.cpp");
|
53 |
|
|
USEUNIT("m3d.cpp");
|
54 |
|
|
USEUNIT("m3d_c_octree.cpp");
|
55 |
|
|
USEUNIT("m3d_enreg.cpp");
|
56 |
|
|
USEUNIT("m3d_int_triangle.cpp");
|
57 |
|
|
USEUNIT("o2d.cpp");
|
58 |
|
|
USEUNIT("o2d_opt_point.cpp");
|
59 |
|
|
USEUNIT("o2d_ord_tri.cpp");
|
60 |
|
|
USEUNIT("oc_boite_ellipse.cpp");
|
61 |
|
|
USEUNIT("oc_boite_straight.cpp");
|
62 |
|
|
USEUNIT("oc_enreg.cpp");
|
63 |
|
|
USEUNIT("oc_ins.cpp");
|
64 |
|
|
USEUNIT("oc_ins_obj.cpp");
|
65 |
|
|
USEUNIT("oc_place_boite.cpp");
|
66 |
|
|
USEUNIT("oc_rechercher.cpp");
|
67 |
|
|
USEUNIT("qu_ins.cpp");
|
68 |
|
|
USEUNIT("qu_ins_obj.cpp");
|
69 |
|
|
USEUNIT("qu_parcour.cpp");
|
70 |
|
|
USEUNIT("qu_parcour2.cpp");
|
71 |
|
|
USEUNIT("qu_rechercher.cpp");
|
72 |
|
|
USEUNIT("r3d_c_octree.cpp");
|
73 |
|
|
USEUNIT("r3d_comp.cpp");
|
74 |
|
|
USEUNIT("r3d_comp_detruit.cpp");
|
75 |
|
|
USEUNIT("r3d_comp_edge.cpp");
|
76 |
|
|
USEUNIT("r3d_comp_face.cpp");
|
77 |
|
|
USEUNIT("r3d_comp_vertex.cpp");
|
78 |
|
|
USEUNIT("r3d_file.cpp");
|
79 |
|
|
USEUNIT("r3d_gene.cpp");
|
80 |
|
|
USEUNIT("r3d_gene_noeud.cpp");
|
81 |
|
|
USEUNIT("r3d_gene_segment.cpp");
|
82 |
|
|
USEUNIT("r3d_gene_tetra.cpp");
|
83 |
|
|
USEUNIT("m2d_gen_noe.cpp");
|
84 |
|
|
USEUNIT("r3d_m0d.cpp");
|
85 |
|
|
USEUNIT("r3d_m1d.cpp");
|
86 |
|
|
USEUNIT("r3d_dis.cpp");
|
87 |
|
|
USEUNIT("r3d_m2d.cpp");
|
88 |
|
|
USEUNIT("r3d_ins_triangle.cpp");
|
89 |
|
|
USEUNIT("r3d_rech_facette.cpp");
|
90 |
|
|
USEUNIT("geo_point_interieur.cpp");
|
91 |
|
|
USEUNIT("geo_app_point_face.cpp");
|
92 |
|
|
USEUNIT("r3d_ins_segment.cpp");
|
93 |
|
|
USEUNIT("cal_cpu.cpp");
|
94 |
|
|
USEUNIT("r3d_m3d.cpp");
|
95 |
|
|
USEUNIT("r3d_ins_face.cpp");
|
96 |
|
|
USEUNIT("m3d_fin.cpp");
|
97 |
|
|
USEUNIT("m3d_cal_qual.cpp");
|
98 |
|
|
USEUNIT("r3d_zone.cpp");
|
99 |
|
|
USEUNIT("r3d_comp_detruit2.cpp");
|
100 |
|
|
USEUNIT("geo_ind_point_edge.cpp");
|
101 |
|
|
USEUNIT("o2d_ord_tri2.cpp");
|
102 |
|
|
USEUNIT("geo_app_point_body.cpp");
|
103 |
|
|
USEUNIT("eval_dens_reel.cpp");
|
104 |
|
|
USEUNIT("m3d_ini_front.cpp");
|
105 |
|
|
USEUNIT("m3d_frontiere.cpp");
|
106 |
|
|
USEUNIT("m3d_ac_front.cpp");
|
107 |
|
|
USEUNIT("m3d_ord_front.cpp");
|
108 |
|
|
USEUNIT("m2d_d_segment.cpp");
|
109 |
|
|
USEUNIT("trirea.cpp");
|
110 |
|
|
USEUNIT("m3d_enreg2.cpp");
|
111 |
|
|
USEUNIT("eval_mindis_face.cpp");
|
112 |
|
|
USEUNIT("eval_dis_point_face.cpp");
|
113 |
|
|
USEUNIT("eval_mindis_edge.cpp");
|
114 |
|
|
USEUNIT("eval_dis_point_edge.cpp");
|
115 |
|
|
USEUNIT("eval_fdn1_eps.cpp");
|
116 |
|
|
USEUNIT("eval_fdn2_eps.cpp");
|
117 |
|
|
USEUNIT("eval_dis_edge_edge.cpp");
|
118 |
|
|
USEUNIT("eval_mindis_edge_edge.cpp");
|
119 |
|
|
USEUNIT("eval_mindis_face_face.cpp");
|
120 |
|
|
USEUNIT("eval_dis_face_face.cpp");
|
121 |
|
|
USEUNIT("eval_face.cpp");
|
122 |
|
|
USEUNIT("eval_edge.cpp");
|
123 |
|
|
USEUNIT("m3d_gest_front.cpp");
|
124 |
|
|
USEUNIT("m3d_angle_front.cpp");
|
125 |
|
|
USEUNIT("m3d_angle_front2.cpp");
|
126 |
|
|
USEUNIT("m3d_insere_cas.cpp");
|
127 |
|
|
USEUNIT("m3d_traite_front.cpp");
|
128 |
|
|
USEUNIT("m3d_gen_noe.cpp");
|
129 |
|
|
USEUNIT("m3d_i_tetra.cpp");
|
130 |
|
|
USEUNIT("m3d_i_segment.cpp");
|
131 |
|
|
USEUNIT("m3d_i_triangle.cpp");
|
132 |
|
|
USEUNIT("m3d_update_front.cpp");
|
133 |
|
|
USEUNIT("m3d_intersection.cpp");
|
134 |
|
|
USEUNIT("m3d_int_faces.cpp");
|
135 |
|
|
USEUNIT("m3d_int_seg_face.cpp");
|
136 |
|
|
USEUNIT("m3d_int_seg_seg.cpp");
|
137 |
|
|
USEUNIT("m3d_analyse.cpp");
|
138 |
|
|
USEUNIT("o3d_move.cpp");
|
139 |
|
|
USEUNIT("o3d.cpp");
|
140 |
|
|
USEUNIT("m3d_ord_tet.cpp");
|
141 |
|
|
USEUNIT("o3d_data.cpp");
|
142 |
|
|
USEUNIT("o3d_data2.cpp");
|
143 |
|
|
USEUNIT("o3d_mail_coq.cpp");
|
144 |
|
|
USEUNIT("o3d_cal_qual.cpp");
|
145 |
|
|
USEUNIT("o3d_update_coq.cpp");
|
146 |
|
|
USEUNIT("o3d_inv_face.cpp");
|
147 |
|
|
USEUNIT("test_front.cpp");
|
148 |
|
|
USEUNIT("m3d_cal_vol.cpp");
|
149 |
|
|
USEUNIT("eval_dis_no_tri.cpp");
|
150 |
|
|
USEUNIT("m3d_d_tetra.cpp");
|
151 |
|
|
USEUNIT("m3d_traite_destruction.cpp");
|
152 |
|
|
USEUNIT("o3d_deraffine.cpp");
|
153 |
|
|
//---------------------------------------------------------------------------
|
154 |
|
|
WINAPI WinMain(HINSTANCE arg1, HINSTANCE arg2, LPSTR arg3, int arg4)
|
155 |
|
|
{
|
156 |
|
|
try
|
157 |
|
|
{
|
158 |
|
|
Application->Initialize();
|
159 |
|
|
Application->CreateForm(__classid(TFenp), &Fenp);
|
160 |
|
|
Fenp->Iniarg(arg3);
|
161 |
|
|
Application->Run();
|
162 |
|
|
}
|
163 |
|
|
catch (Exception &exception)
|
164 |
|
|
{
|
165 |
|
|
Application->ShowException(&exception);
|
166 |
|
|
}
|
167 |
|
|
return 0;
|
168 |
|
|
}
|
169 |
|
|
//---------------------------------------------------------------------------
|