#include <bareitems.hpp>
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.
Public Member Functions | |
BareEdge () | |
BareEdge (size_type i, size_type j) | |
Public Attributes | |
size_type | first |
size_type | second |
|
inline |
Standard Constructor
size_type Feel::BareEdge::first |
First size_type which defines the Edge
size_type Feel::BareEdge::second |
Second size_type which defines the Edge