Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Nef_polyhedron and Exact_predicates_inexact_constructions_kernel

Subject: CGAL users discussion list

List archive

[cgal-discuss] Nef_polyhedron and Exact_predicates_inexact_constructions_kernel


Chronological Thread 
  • From: Thiago Milanetto Schlittler <>
  • To:
  • Subject: [cgal-discuss] Nef_polyhedron and Exact_predicates_inexact_constructions_kernel
  • Date: Fri, 2 Oct 2015 18:30:18 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:vG+uCRYPiZAH11yFe0rVsM7/LSx+4OfEezUN459isYplN5qZpcm+bnLW6fgltlLVR4KTs6sC0LqK9f68Ej1Qqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLsh7z0pcGYMlUArQH+SI0xBS3+lR/WuMgSjNkqAYcK4TyNnEF1ff9Lz3hjP1OZkkW0zM6x+Jl+73YY4Kp5pIYTGZn9Kq83RLgdADU9OH0u/+XqswPCRE2B/CgySGITxyZIAgHK61nfX5P4tCbmqu014yKaOczqUbQ5Q3z286dqQRDvjTxcHzE8+WDTzMd3ifQI81qauxVjztuMM8muP/1kc/aFcA==

Hello!

   I’m trying to use Nef polyhedrons to find the intersections between polyhedrons, and I’m having some problems. The compiler returns the following error when trying to convert a polyhedron to a nef_polyhedron:

In file included from /opt/local/include/CGAL/Nef_3/SNC_k3_tree_traits.h:24:
/opt/local/include/CGAL/Nef_3/Bounding_box_3.h:90:34: error: no member named 'lo' in 'CGAL::Box_intersection_d::Box_d<double, 3, CGAL::Box_intersection_d::ID_EXPLICIT>'
      std::copy( q, q + 3, Base::lo );

   I’m using the “Exact_predicates_inexact_constructions_kernel”, could this be the reason?

Thanks in advance,
Thiago Milanetto Schlittler



Archive powered by MHonArc 2.6.18.

Top of Page