| |
A container type to get (and put) the three special values
() associated with an alpha shape edge.
| |
| |
A type to hold a coordinate type class.
The type must provide a copy constructor, assignment, comparison
operators, negation, multiplication, division and allow the
declaration and initialization with a small integer constant
(cf. requirements for number types). An obvious choice would be
coordinate type of the point class. Precondition: Let's us precise that Coord_type has to be the same as the one used by Gt, already used by the underlying triangulation Dt, and by her face base Df.
|
| |||
default constructor.
| |||
| |||
constructor setting the incident vertices.
| |||
| |||
constructor setting the incident vertices and the neighboring faces.
|
|
| returns a vector V, in which, for each edge , V[i] contains three alpha values , such as for under , the edge is attached but singular, for under , the face is regular, and for under , the edge is interior. |
|
| return the alpha value, under which the alpha shape contains the face. |
|
| |
sets the vector V, in which, for each edge , V[i] contains three alpha values , such as for under , the edge is attached but singular, for under , the face is regular, and for under , the edge is interior. | ||
|
| |
sets the alpha value, under which the alpha shape contains the face. |