Subject: CGAL users discussion list
List archive
- From: Rahul Kavalapara <>
- To:
- Subject: Re: [cgal-discuss] triangulation face base with info
- Date: Fri, 4 Sep 2009 08:56:39 -0600
Marcos,
From the errors, I can observe that you are missing Gnu Multi Precision (GMP) library. You should be fine once you install it.
--
Rahul
On Fri, Sep 4, 2009 at 5:24 AM, Marcos R. P. <> wrote:
Hi, Friends!
I am face to problems with 120 erros messages in the Voronoi_diagram_2 example from CGAL 3.4.
I ran an other example, more simple, and have none erros.
See the list bellow and try help me, please.
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(51) : error C2146: syntax error : missing ';' before identifier 'mpZ'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(51) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(51) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(54) : error C2065: 'mpZ' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(54) : error C3861: 'mpz_clear': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C2146: syntax error : missing ',' before identifier 'z'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(85) : error C2535: 'CGAL::Gmpz::Gmpz(const int)' : member function already defined or declared
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : see declaration of 'CGAL::Gmpz::Gmpz'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : error C2143: syntax error : missing ';' before '&'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : warning C4183: 'mpz': missing return type; assumed to be a member function returning 'int'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : error C2143: syntax error : missing ';' before '&'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : warning C4183: 'mpz': missing return type; assumed to be a member function returning 'int'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(79) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(79) : error C3861: 'mpz_init': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C2065: 'z' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C3861: 'mpz_init_set': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(85) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(85) : error C3861: 'mpz_init_set_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(88) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(88) : error C3861: 'mpz_init_set_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(91) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(91) : error C3861: 'mpz_init_set_ui': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(94) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(98) : error C3861: 'mpz_init_set_d': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(101) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(101) : error C3861: 'mpz_init_set_str': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : error C2039: 'mpZ' : is not a member of 'CGAL::Gmpz_rep'
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(45) : see declaration of 'CGAL::Gmpz_rep'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : error C2039: 'mpZ' : is not a member of 'CGAL::Gmpz_rep'
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(45) : see declaration of 'CGAL::Gmpz_rep'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(138) : error C2065: 'mp_bits_per_limb' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(138) : error C3861: 'mpz_size': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(146) : error C3861: 'mpz_cmp': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(151) : error C3861: 'mpz_cmp': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(158) : error C3861: 'mpz_cmp_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(163) : error C3861: 'mpz_cmp_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(168) : error C3861: 'mpz_cmp_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(182) : error C3861: 'mpz_neg': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(192) : error C3861: 'mpz_add': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(203) : error C3861: 'mpz_add_ui': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(205) : error C3861: 'mpz_sub_ui': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(215) : error C3861: 'mpz_sub': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(226) : error C3861: 'mpz_sub_ui': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(228) : error C3861: 'mpz_add_ui': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(238) : error C3861: 'mpz_mul': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(248) : error C3861: 'mpz_mul_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(259) : error C3861: 'mpz_tdiv_q': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(271) : error C3861: 'mpz_tdiv_q_ui': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(283) : error C3861: 'mpz_tdiv_r': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(292) : error C3861: 'mpz_get_d': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(297) : error C3861: 'mpz_sgn': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(302) : error C3861: 'mpz_sizeinbase': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(308) : error C3861: 'mpz_sizeinbase': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(309) : error C3861: 'mpz_get_str': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(366) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(381) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(388) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(390) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(452) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(453) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(55) : error C2146: syntax error : missing ';' before identifier 'mpZ'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(58) : error C3861: 'mpz_clear': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : error C2143: syntax error : missing ';' before '&'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(100) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(102) : warning C4183: 'man': missing return type; assumed to be a member function returning 'int'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(104) : error C2143: syntax error : missing ';' before '&'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(105) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(107) : warning C4183: 'man': missing return type; assumed to be a member function returning 'int'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(125) : error C2146: syntax error : missing ',' before identifier 'z'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(141) : error C2535: 'CGAL::Gmpzf::Gmpzf(const int)' : member function already defined or declared
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(125) : see declaration of 'CGAL::Gmpzf::Gmpzf'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(200) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(200) : error C2143: syntax error : missing ',' before '*'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(101) : error C2039: 'mpZ' : is not a member of 'CGAL::Gmpzf_rep'
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(49) : see declaration of 'CGAL::Gmpzf_rep'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(106) : error C2039: 'mpZ' : is not a member of 'CGAL::Gmpzf_rep'
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(49) : see declaration of 'CGAL::Gmpzf_rep'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(119) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(120) : error C3861: 'mpz_init': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(127) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(128) : error C2065: 'z' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(128) : error C3861: 'mpz_init_set': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(135) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(136) : error C3861: 'mpz_init_set': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(143) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(144) : error C3861: 'mpz_init_set_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(150) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(151) : error C3861: 'mpz_init_set_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(155) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list
1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(159) : error C3861: 'mpz_init': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(167) : error C3861: 'mpz_init_set_d': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(224) : error C3861: 'mpz_neg': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(235) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(235) : error C2143: syntax error : missing ';' before '*'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(235) : error C2065: 'a_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(235) : error C2065: 'b_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(236) : error C2065: 'a_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(236) : error C2065: 'b_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(237) : error C2065: 'a_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(237) : error C2065: 'b_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(237) : error C3861: 'mpz_add': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(254) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(254) : error C2143: syntax error : missing ';' before '*'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(254) : error C2065: 'a_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(254) : error C2065: 'b_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(255) : error C2065: 'a_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(255) : error C2065: 'b_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(256) : error C2065: 'a_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(256) : error C2065: 'b_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(256) : error C3861: 'mpz_sub': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(272) : error C3861: 'mpz_mul': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(283) : error C3861: 'mpz_mul_si': identifier not found
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(299) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(299) : error C2143: syntax error : missing ';' before '*'
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(299) : error C2065: 'a_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(299) : error C2065: 'b_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(300) : error C2065: 'a_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(300) : error C2065: 'b_aligned' : undeclared identifier
1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(300) : fatal error C1003: error count exceeds 100; stopping compilation
1>Build log was saved at "file://c:\Users\mrp\Documents\Visual Studio 2008\Projects\CGAL_t\Vteste\Debug\BuildLog.htm"
1>Vteste - 120 error(s), 4 warning(s)
Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 - Celebridades - Música - Esportes
- [cgal-discuss] triangulation face base with info, cyril Bordreuil, 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Sylvain Pion, 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Sylvain Pion, 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Ben Supnik, 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Sylvain Pion, 09/04/2009
- Res: [cgal-discuss] triangulation face base with info, Marcos R. P., 09/04/2009
- Re: Res: [cgal-discuss] triangulation face base with info, Laurent Rineau (GeometryFactory), 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Rahul Kavalapara, 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Ben Supnik, 09/04/2009
- Re: Re: [cgal-discuss] triangulation face base with info, Lionel, 09/07/2009
- Re: [cgal-discuss] triangulation face base with info, Sylvain Pion, 09/07/2009
- Res: [cgal-discuss] triangulation face base with info, Marcos R. P., 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Sylvain Pion, 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Ben Supnik, 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Sylvain Pion, 09/04/2009
- Re: [cgal-discuss] triangulation face base with info, Sylvain Pion, 09/04/2009
Archive powered by MHonArc 2.6.16.