Container for an element and one facette (edge or face). More...
#include <element.hh>


Public Member Functions | |
| ElementAndFacette (const F *elm, const uint k) | |
Public Attributes | |
| const F * | elm |
| underlying 2D element | |
| uint | k |
| number of the edge in the underlying element | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Container for an element and one facette (edge or face).
The class can be used for constructing trace elements.
Definition at line 107 of file element.hh.
| concepts::ElementAndFacette< F >::ElementAndFacette | ( | const F * | elm, |
| const uint | k | ||
| ) | [inline] |
Definition at line 109 of file element.hh.
| virtual std::ostream& concepts::ElementAndFacette< F >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 116 of file element.hh.
| const F* concepts::ElementAndFacette< F >::elm |
underlying 2D element
Definition at line 112 of file element.hh.
| uint concepts::ElementAndFacette< F >::k |
number of the edge in the underlying element
Definition at line 114 of file element.hh.