![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <alphashape.h>
Public Member Functions | |
AlphaShape (int NDim) | |
void | ResetCloud () |
Reset cloud of points. | |
void | AddCloudPoint (double X, double Y, double Z=0) |
Add new point to the list of points i of input PSLG. SetCloudSize MUST be called first. | |
void | Generate (double Alpha=-1, bool Regular=false) |
Generate. |
Mesh::AlphaShape::AlphaShape | ( | int | NDim | ) | [inline] |
void Mesh::AlphaShape::AddCloudPoint | ( | double | X, |
double | Y, | ||
double | Z = 0 |
||
) | [inline] |
Add new point to the list of points i of input PSLG. SetCloudSize MUST be called first.
void Mesh::AlphaShape::Generate | ( | double | Alpha = -1 , |
bool | Regular = false |
||
) | [inline] |
Generate.
void Mesh::AlphaShape::ResetCloud | ( | ) | [inline] |
Reset cloud of points.