Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] A newbie question: Mesh_complex_3_in_triangulation & VRML stream

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] A newbie question: Mesh_complex_3_in_triangulation & VRML stream


Chronological Thread 
  • From: "Lehtonen, Matti/HIIT" <>
  • To: , Stephane Tayeb <>
  • Subject: Re: [cgal-discuss] A newbie question: Mesh_complex_3_in_triangulation & VRML stream
  • Date: Mon, 17 May 2010 16:05:02 +0300

Hi!

That was it, thanx!

Lehtonen, Matti

Quoting Stephane Tayeb
<>:

> Lehtonen, Matti/HIIT wrote:
> > Hi!
> >
> > I am using the code from chapter "47.3.2 Mesh Generation From a
> Polyhedral
> > Domain", the elephant case to generate different meshes from [classified]
> point
> > cloud.
> >
> > The problem that I am currently facing is some type mismatch for
> tetrahedron
><SNIP>
>
> Hi,
>
> c3t3.triangulation().tetrahedron( *c ) calls tetrahedron() on a Cell and
> the documented function (3D Triangulation class) is:
> Tetrahedron t.tetrahedron (Cell_handle c).
>
> Calling c3t3.triangulation().tetrahedron( c ) may solve your issue
> (C3t3::Cell_iterator should be convertible to Cell_handle)
>
> Regards,
> Stéphane.
>
> --
> Stephane Tayeb
> Software engineer - INRIA Sophia Antipolis
> Geometrica Project-Team
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>


Researcher, head programmer - Helsinki Institute for Information Technology
HIIT
http://www.hiit.fi/
--
Life is complex. It has real and imaginary parts.





Archive powered by MHonArc 2.6.16.

Top of Page