10 #include <boost/array.hpp> 11 #include "../misc/triplet.hpp" Geometrical calculations.
Delanauy triangle data structure. Keeps the indexes of the vertices (right hand fashion) and the neig...
Triplet< int > vertices
Indices of vertices.
facet & operator=(const facet &other)
Copy operator.
A collection of three identical references.
Triplet< int > neighbors
Indices of neighboring facets.
facet()
Defualt constructor. Sets vertices and friends to zero.
~facet()
Class destructor.