Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] 3d surface mesher non deterministic

Please Wait...

cgal-discuss@inria.fr

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] 3d surface mesher non deterministic


Chronological Thread 
  • From: "HAQUE, AKTER_HASNINE (GE Healthcare)" <AKTER_HASNINE.HAQUE@ge.com>
  • To: <cgal-discuss@lists-sop.inria.fr>
  • Subject: RE: [cgal-discuss] 3d surface mesher non deterministic
  • Date: Thu, 25 Sep 2008 11:30:02 +0900

Hi.
This is Hasnine from Japan. according to the advice of Laurent I have
modified the CGAL/examples/Surface_mesher/mesh_an_implicit_function.cpp
by Adding #include <CGAL/Random.h> and CGAL::default_random =
CGAL::Random(0);

however, I have faces an compilation error. Do you have the same problem
!! Please advice me how to fix this.

///////////////////////////////////////////////////////
Compiling...
mesh_an_implicit_function.cpp
mesh_an_implicit_function.cpp(41) : error C2582: 'operator =' function
is unavailable in 'CGAL::Random'
D:\CGAL-3.3.1\include\CGAL\Root_of_traits.h(95) : see reference
to class template instantiation
'CGAL::CGALi::Root_of_traits_helper<FT,CGAL::Field_tag>' being compiled

Build log was saved at
"file://d:\Cgal-3.3.1\examples\Surface_mesher\Debug\BuildLog.htm"
mesh_an_implicit_function - 1 error(s), 0 warning(s)
///////////////////////////////////////////////////////

-----Original Message-----
From:
dassifraa@tiscali.it

[mailto:dassifraa@tiscali.it]

Sent: Wednesday, September 24, 2008 10:31 PM
To:
cgal-discuss@lists-sop.inria.fr
Subject: [cgal-discuss] 3d surface mesher non deterministic


hi,

I tried to run
CGAL/examples/Surface_mesher/mesh_an_implicit_function.cpp and noticed
that each time I run the program, the output is slightly different.
The resulting mesh approximating the given geometry, in fact, has
different points and cells.

Why is this process not deterministic? Is there a way to make it
deterministic?

greetings
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



Archive powered by MHonArc 2.6.16.

Top of Page