Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] Constrained Terrain

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] Constrained Terrain


Chronological Thread 
  • From: "Dave McVicar" <>
  • To: <>
  • Subject: RE: [cgal-discuss] Constrained Terrain
  • Date: Tue, 6 May 2008 10:05:22 -0600

Hi Andreas,

The class you sent worked very well. Thanks very much for your help.

David

-----Original Message-----
From: Andreas Fabri
[mailto:]

Sent: Tuesday, May 06, 2008 3:09 AM
To:

Subject: Re: [cgal-discuss] Constrained Terrain


Hi Dave,

try the attached class instead. The Triangulation_euclidean_traits_xy_3
doesn't deal with constrained triangulations.

Best regards,

andreas

Dave McVicar wrote:
> Hi,
>
>
>
> I have been trying to adapt "Triangulation_euclidean_traits_xy_3.h" to

> work with a constrained triangulation. I am having trouble
implimenting
> "compute_squared_distance_2" . I get the following compiler message
>
>
>
> error C2039: 'FT' : is not a member of
> 'CGAL::MyTriangulation_euclidean_traits_xy_3<R>' C:\Program
> Files\CGAL 3.3.1\include\CGAL\Constrained_triangulation_2.h

> 1216 constrained
>
>
>
> Line 1216 is the following: typename Gt::FT dx = distance(l2,pa);
>
>
>
> Any help would be apreciated. Thanks
>
>
>
> David.
>
>
>
>
>

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page