Delanauy triangle data structure. Keeps the indexes of the vertices (right hand fashion) and the neighboring facets(triangles). More...
#include <facet.hpp>

Public Member Functions | |
| facet () | |
| Defualt constructor. Sets vertices and friends to zero. | |
| facet (const facet &other) | |
| Copy constructor. More... | |
| facet (const TripleConstRef< int > &vertices_i, const TripleConstRef< int > &neighbors_i) | |
| Class constructor. More... | |
| ~facet () | |
| Class destructor. | |
| facet & | operator= (const facet &other) |
| Copy operator. More... | |
Public Attributes | |
| Triplet< int > | vertices |
| Indices of vertices. | |
| Triplet< int > | neighbors |
| Indices of neighboring facets. | |
Delanauy triangle data structure. Keeps the indexes of the vertices (right hand fashion) and the neighboring facets(triangles).
| facet::facet | ( | const facet & | other | ) |
| facet::facet | ( | const TripleConstRef< int > & | vertices_i, |
| const TripleConstRef< int > & | neighbors_i | ||
| ) |
1.8.13