Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Determining if a point is inside a polyhedron

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Determining if a point is inside a polyhedron


Chronological Thread 
  • From: ChaoM <>
  • To:
  • Subject: [cgal-discuss] Re: Determining if a point is inside a polyhedron
  • Date: Wed, 27 Mar 2013 03:52:47 -0700 (PDT)

Dear friend:
I do as you tell me to replace the file of
"triangle_3_ray_3_do_intersect.h",I find the new is extended! But the error
is still exist! Thanks a lot ! But I am still very confused about the
error"point_inside_polyhedron_3.h(306): error C2383: “_Other1”: This symbol
does not allow default parameters....."
Sebastien Loriot (GeometryFactory) wrote
> CGAL already has an include file Triangle_3_Ray_3_do_intersect.h that
> need to be replaced by the one provided (which is why there is the
> include_directories(BEFORE include) in the cmake script).
>
> Sebastien.
>
> On 03/27/2013 10:32 AM, ChaoM wrote:
>> Hi Sebastien:
>> I do not exactly understand what do you mean?
>> I list the files I uesd
>> "
>> #include&lt;boost/lexical_cast.hpp&gt;
>> #include&lt;boost/math/special_functions/round.hpp&gt;
>>
>> #include
> <iostream>
>> #include
> <list>
>> #include&lt;CGAL/Bbox_3.h&gt;
>> #include&lt;CGAL/Simple_cartesian.h&gt;
>> #include&lt;CGAL/AABB_tree.h&gt;
>> #include&lt;CGAL/AABB_traits.h&gt;
>> #include&lt;CGAL/AABB_triangle_primitive.h&gt;
>> #include&lt;CGAL/AABB_segment_primitive.h&gt;
>> #include&lt;CGAL/Polyhedron_3.h&gt;
>> #include&lt;CGAL/AABB_polyhedron_triangle_primitive.h&gt;
>> #include&lt;CGAL/Gmpq.h&gt;
>> #include
> <cassert>
>> #include
> <math.h>
>> #include "COpenGL.h"
>> #include "Point_inside_polyhedron_3.h"
>> #include "Triangle_3_Ray_3_do_intersect.h"
>> "
>> Do you mean that I forget taking the "Triangle_3_Ray_3_do_intersect.h""
>> in
>> my code?
>>
>> I actually do it !But the problem exit!
>> So please exlpain to me more details~ Thanks!
>>
>>
>>
>> --
>> View this message in context:
>> http://cgal-discuss.949826.n4.nabble.com/Determining-if-a-point-is-inside-a-polyhedron-tp4523460p4657047.html
>> Sent from the cgal-discuss mailing list archive at Nabble.com.
>>
>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://sympa.inria.fr/sympa/info/cgal-discuss





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Determining-if-a-point-is-inside-a-polyhedron-tp4523460p4657052.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page