Feel++
0.91.4
|
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.
|
inline |
Default constructor
Constructor that takes the size_type's as parameter
size_type Feel::BareFace::first |
First size_type which defines the BareFace
Referenced by Feel::operator!=(), and Feel::operator==().
size_type Feel::BareFace::second |
Second size_type which defines the BareFace
Referenced by Feel::operator!=(), and Feel::operator==().
size_type Feel::BareFace::third |
Third size_type which defines the BareFace
Referenced by Feel::operator!=(), and Feel::operator==().