MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Mesh::AlphaShape Class Reference

#include <alphashape.h>

Inheritance diagram for Mesh::AlphaShape:
Mesh::Generic

List of all members.

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.

Constructor & Destructor Documentation

Mesh::AlphaShape::AlphaShape ( int  NDim) [inline]

Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines