Skip to Content.
Sympa Menu

cgal-discuss - Re: stl map using facet_handle as key

Subject: CGAL users discussion list

List archive

Re: stl map using facet_handle as key


Chronological Thread 
  • From:
  • To:
  • Subject: Re: stl map using facet_handle as key
  • Date: Wed, 13 Dec 2006 11:19:57 +0100

additional information:

I have displayed the value received from

controlPoint[ f0 ].p[ 0 ]

in my program as I wrote,
and the result was like this:

controlPoint[ f0 ].p[ 0] = 4.17201e-309 1.89119e-307 1.6135e-307

But, there is no such a datum in my input
(controlPoint[facet_handle].p[0] stores an input value itself,
so I searched this value in the input data).

The map itself was made correctly.
So I think this value is CGAL-native data, somewhat like infinite point in
Delaunay triangulation...I don't know if there is such a value in
Polyhedron_3 and why this value was returned to f0, a facet iterator related
to real datum.

How I get correct value from this map with facet_handle key ?



Thanks,
NAGAI, Yukie



Archive powered by MHonArc 2.6.16.

Top of Page