Feel++
0.91.4
|
The Edge basis class It contains the attributes common to all Edges In particular, it contains the two size_type's (first and second) of the points at the two ends of the edge. More...
#include <bareitems.hpp>
Public Member Functions | |
BareEdge () | |
BareEdge (size_type i, size_type j) | |
Public Attributes | |
size_type | first |
size_type | second |
The Edge basis class It contains the attributes common to all Edges In particular, it contains the two size_type's (first and second) of the points at the two ends of the edge.
Feel::BareEdge::BareEdge | ( | ) | [inline] |
Standard Constructor
Feel::BareEdge::BareEdge | ( | size_type | i, |
size_type | j | ||
) | [inline] |
constructor taking the size_type's
First size_type which defines the Edge
Referenced by Feel::operator!=(), Feel::operator<(), Feel::operator==(), Feel::operator>(), and Feel::setBareEdge().
Second size_type which defines the Edge
Referenced by Feel::operator!=(), Feel::operator<(), Feel::operator==(), Feel::operator>(), and Feel::setBareEdge().