xc
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
BasicAlphaShape2d Class Reference

Basic alpha shape of the point set argument. More...

#include <BasicAlphaShape2d.h>

Public Member Functions

 BasicAlphaShape2d (const GeomObj::list_Pos2d &lp, const double &alpha)
 Constructor.
 
 ~BasicAlphaShape2d (void)
 Destructor.
 
void setAlpha (const double alpha)
 
double getOptimalAlpha (const size_t &nb_components=1) const
 
Polygon2d getPolygon2d (void)
 Return the alpha shape from the point list.
 

Protected Member Functions

void alloc (const GeomObj::list_Pos2d &lp, const double &alpha)
 Creates alpha shape object.
 
void free (void)
 Frees memory.
 

Protected Attributes

Alpha_shape_2 * A
 

Detailed Description

Basic alpha shape of the point set argument.

Alpha shape


The documentation for this class was generated from the following files: