Feel++  0.91.4
Public Member Functions | Public Attributes
Feel::BareFace Class Reference

The base Face class. More...

#include <bareitems.hpp>

List of all members.

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

Detailed Description

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.

Invariant:
first<second<third.

Constructor & Destructor Documentation

Feel::BareFace::BareFace ( )
inline

Default constructor

Feel::BareFace::BareFace ( size_type  i,
size_type  j,
size_type  k 
)
inline

Constructor that takes the size_type's as parameter

Feel::BareFace::BareFace ( size_type  i,
const BareEdge e 
)
inline

Constructor that takes a BareEdge Object and an size_type. The face is then identified by the size_type of the Points on the BareEdge + i


Member Data Documentation

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