Feel++  0.91.4
Public Member Functions | Public Attributes | List of all members
Feel::BareEdge Class Reference

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
 

Detailed Description

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.

Invariant
first < second

Constructor & Destructor Documentation

Feel::BareEdge::BareEdge ( )
inline

Standard Constructor

Feel::BareEdge::BareEdge ( size_type  i,
size_type  j 
)
inline

constructor taking the size_type's

Member Data Documentation

size_type Feel::BareEdge::first

First size_type which defines the Edge

Referenced by Feel::operator!=(), Feel::operator<(), Feel::operator==(), Feel::operator>(), and Feel::setBareEdge().

size_type Feel::BareEdge::second

Second size_type which defines the Edge

Referenced by Feel::operator!=(), Feel::operator<(), Feel::operator==(), Feel::operator>(), and Feel::setBareEdge().