xc
|
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 |
Basic alpha shape of the point set argument.