Feel++ 0.91.0
Public Member Functions | Public Attributes

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>

List of all members.

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

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().