40 #ifndef EXAMPLECLASS_H 41 #define EXAMPLECLASS_H 1
43 #include <lifev/core/LifeV.hpp> 178 void showMe ( std::ostream& output = std::cout )
const;
ExampleClass(const ExampleClass &example)
Copy constructor.
void methodOne(first_Type &inputVariableOne, second_Type &inputVariableTwo)
Short description of this method.
ExampleClass & operator=(const ExampleClass &example)
The equivalence operator.
void updateInverseJacobian(const UInt &iQuadPt)
void methodTwo()
Short description of this method.
const first_Type & variableOne() const
Short description of this get method.
ExampleClass(first_Type &VariableOne, second_Type &VariableTwo)
Short description of the constructor.
void privateMethodOne()
Short description of this method.
void showMe(std::ostream &output=std::cout) const
Display general information about the content of the class.
ExampleClass()
Empty Constructor.
second_Type M_variableTwo
~ExampleClass()
Destructor.
ExampleClass - Short description of the class.
void setVariableOne(const first_Type &variableOne)
Short description of this set method.