Commit Graph

14 Commits

Author SHA1 Message Date
Sylvain Pion bbe6d95287 - fix protect macro. 2001-02-13 16:35:39 +00:00
Mariette Yvinec f1fbbfa29d supressed a debug cout in Triangulation_hierarchy_2.h
added a typename for List_edges::const_iterator in
Triangulation_data_structure_using_list_2.h
Triangulation_default_data_structure_2.h
2000-12-14 09:02:02 +00:00
Mariette Yvinec ee0c1e72e9 fixes small bugs for g++-2.97. 2000-12-01 16:10:55 +00:00
Mariette Yvinec 38b47e1c2d temporary modified to try to find out
why it loops on VC++ :
suppress the insertion of random points
add a cout to ouput the insertion level of each point
2000-09-14 09:30:17 +00:00
Mariette Yvinec cf23e27b98 add {} in copy_triangulation
to please VCC : redefinition of int varaibles in loops
2000-09-11 07:10:37 +00:00
Mariette Yvinec ea8611df79 change dummy template parameter type from "Triangulation" to "Tr"
to try to make Kcc and Vcc compile
2000-09-07 17:46:48 +00:00
Mariette Yvinec 9061bec8a6 changed in constructors :
hierarchy[i] = new Tr_Base();
to
hierarchy[i] = new Tr_Base(traits);
2000-08-31 17:28:46 +00:00
Mariette Yvinec 03adea0801 add typedefs for parameters Vb and Fb in
Triangulation_data_structure_using_list_2<Vb,Fb>
Triangulation_default_data_structure_2<Gt,Vb,Fb>

make public the typedef for Point in Triangulation_hierarchy_vertex_base_2
2000-08-29 06:53:27 +00:00
Mariette Yvinec 8fbb957957 fixed copy_tds
so that the faces of the new triangulations
copy the used added extra attribute of face if any
uses create_face(&(*ib) + set_vertices
instead of new Face((Vertex*) .....);
2000-08-21 13:52:47 +00:00
Mariette Yvinec 59ea53dd18 changed dummy parameter Vb to Vbb in Triangulation_hierarchy_2.h
add typedef for dummy parameters Vb and Fb in
Triangulation_ds_face_2.h
Triangulation_ds_vertex_2.h
Triangulation_dsul_face_2.h
Triangulation_dsul_vertex_2.h
2000-08-21 12:26:54 +00:00
Mariette Yvinec 7a9b8ea44e change a forgotten Base to Tr_Base 2000-08-16 07:38:24 +00:00
Mariette Yvinec 3655928b05 changed Base to V_Base in Triangulation_hierarchy_vertex_base_2
and to          Tr_Base in Triangulation_hierarchy_2
2000-08-11 12:58:37 +00:00
Mariette Yvinec bbce4eecfb fixed long lines and header 2000-08-07 14:48:00 +00:00
Mariette Yvinec e918a37eb5 mv Delaunay_hierarchy_2.h into Triangulation_hierarchy_2.h 2000-08-04 09:26:26 +00:00