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