![]() |
LifeV
|
ExpressionHK - Expression for the diameter of the element. More...
#include <ExpressionHK.hpp>
Inheritance diagram for ExpressionHK:
Collaboration diagram for ExpressionHK:Public Types | |
| typedef ExpressionBase< ExpressionHK > | base_Type |
Constructor & Destructor | |
| ExpressionHK () | |
| Empty Constructor. More... | |
| ExpressionHK (const ExpressionHK &) | |
| Copy constructor. More... | |
| ~ExpressionHK () | |
| Destructor. More... | |
Methods | |
| static void | display (std::ostream &out=std::cout) |
| Display method. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionHK > | |
| typedef ExpressionHK | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionHK > | |
| 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... | |
ExpressionHK - Expression for the diameter of the element.
Definition at line 54 of file ExpressionHK.hpp.
| typedef ExpressionBase<ExpressionHK> base_Type |
Definition at line 61 of file ExpressionHK.hpp.
| ExpressionHK | ( | ) |
Empty Constructor.
Definition at line 47 of file ExpressionHK.cpp.
| ExpressionHK | ( | const ExpressionHK & | ) |
Copy constructor.
Definition at line 51 of file ExpressionHK.cpp.
| ~ExpressionHK | ( | ) |
Destructor.
Definition at line 55 of file ExpressionHK.cpp.
|
static |
Display method.
Definition at line 63 of file ExpressionHK.cpp.