LifeV
|
ExpressionMeas - Expression for the measure of the element. More...
#include <ExpressionMeas.hpp>
Public Types | |
typedef ExpressionBase< ExpressionMeas > | base_Type |
Constructor & Destructor | |
ExpressionMeas () | |
Empty Constructor. More... | |
ExpressionMeas (const ExpressionMeas &) | |
Copy constructor. More... | |
~ExpressionMeas () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionMeas > | |
typedef ExpressionMeas | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionMeas > | |
ExpressionBase () | |
Empty and only constructor. More... | |
virtual | ~ExpressionBase () |
Destructor. More... | |
const derived_Type & | cast () const |
Method to cast away the type and get the real (DerivedType) object. More... | |
ExpressionMeas - Expression for the measure of the element.
Definition at line 54 of file ExpressionMeas.hpp.
typedef ExpressionBase<ExpressionMeas> base_Type |
Definition at line 61 of file ExpressionMeas.hpp.
ExpressionMeas | ( | ) |
Empty Constructor.
Definition at line 47 of file ExpressionMeas.cpp.
ExpressionMeas | ( | const ExpressionMeas & | ) |
Copy constructor.
Definition at line 51 of file ExpressionMeas.cpp.
~ExpressionMeas | ( | ) |
Destructor.
Definition at line 55 of file ExpressionMeas.cpp.
|
static |
Display method.
Definition at line 63 of file ExpressionMeas.cpp.