Feel++ 0.91.0
|
The base Face class. More...
#include <bareitems.hpp>
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 |
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.
Feel::BareFace::BareFace | ( | ) | [inline] |
Default constructor
Constructor that takes the size_type's as parameter
First size_type which defines the BareFace
Referenced by Feel::operator!=(), and Feel::operator==().
Second size_type which defines the BareFace
Referenced by Feel::operator!=(), and Feel::operator==().
Third size_type which defines the BareFace
Referenced by Feel::operator!=(), and Feel::operator==().