#include <bareitems.hpp>
The base Face class.
Contains the common parameters of all Edges A Face contains three size_type's (first, second and third) of points at face vertex, chosen so to uniquely identify the face.
Public Member Functions | |
| BareFace () | |
| BareFace (size_type i, size_type j, size_type k) | |
| BareFace (size_type i, const BareEdge &e) | |
Public Attributes | |
| size_type | first |
| size_type | second |
| size_type | third |
|
inline |
Default constructor
Constructor that takes the size_type's as parameter
1.8.5