Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Boost:: STATIC_ASSERTION_FAILURE when instantiated tetrahedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Boost:: STATIC_ASSERTION_FAILURE when instantiated tetrahedron


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Boost:: STATIC_ASSERTION_FAILURE when instantiated tetrahedron
  • Date: Thu, 20 May 2010 17:13:42 +0200
  • Organization: GeometryFactory

On Thursday 20 May 2010 17:05:04 Benjamin Bouscasse wrote:
> OK, it compiles well now!
> Thanks for the tip, so it means that the C3T3::iterator runs only on finite
> cells?
> Because for a similar application in 2D I have to add an
> "if(fit->is_in_domain())" to select only the faces inside the meshed
> domain. So I thought that "cit->is_in_complex()" was the 3D equivalent.

The range [c3t3.cells_begin(), c3t3.cells_end()[ gives only cells that are in
the 3D complex, as if is_in_complex() had been tested on each finite cells of
the triangulation.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page