Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Thanks Laurent Rineau and Manuel Caroli for your help

Subject: CGAL users discussion list

List archive

[cgal-discuss] Thanks Laurent Rineau and Manuel Caroli for your help


Chronological Thread 
  • From: Song Lin <>
  • To:
  • Subject: [cgal-discuss] Thanks Laurent Rineau and Manuel Caroli for your help
  • Date: Sun, 11 Apr 2010 21:20:57 +0800

I tried again and it works. Really appreciated!

By the way, I tried 0 as alpha value and it returns different kinds of
EXTERIOR, SINGULAR, REGULAR and INTERIOR in different situations.
I don't konw why I just tried 0 because in an example it uses 0 as alpha
valus to build Alpha_shape_3:

list<Weighted_point> lwp;
Alpha_shape_3 as(lwp.begin(), lwp.end(), 0, Alpha_shape_3::GENERAL);

在 2010-04-11日的 14:32 +0200,Manuel Caroli写道:
> Dear Song Lin,
>
> Have you tried
> as.classify( *vit, 0 );
>
> Anyway if you put 0 as alpha value classify should always return
> EXTERIOR, I suppose.
>
> best
>
> Manuel
>





Archive powered by MHonArc 2.6.16.

Top of Page