Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Public Attributes | Protected Member Functions
concepts::ElementAndFacette< F > Class Template Reference

Container for an element and one facette (edge or face). More...

#include <element.hh>

Inheritance diagram for concepts::ElementAndFacette< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::ElementAndFacette< F >:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<class F>
class concepts::ElementAndFacette< F >

Container for an element and one facette (edge or face).

The class can be used for constructing trace elements.

Author:
Kersten Schmidt, 2010

Definition at line 107 of file element.hh.


Constructor & Destructor Documentation

template<class F >
concepts::ElementAndFacette< F >::ElementAndFacette ( const F *  elm,
const uint  k 
) [inline]

Definition at line 109 of file element.hh.


Member Function Documentation

template<class F >
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.


Member Data Documentation

template<class F >
const F* concepts::ElementAndFacette< F >::elm

underlying 2D element

Definition at line 112 of file element.hh.

template<class F >
uint concepts::ElementAndFacette< F >::k

number of the edge in the underlying element

Definition at line 114 of file element.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)