All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <CompatModalRefine.h>
Public Member Functions | |
| CompatModalRefine (double omega, double val) | |
| CompatModalRefine (int nm) | |
| double & | omega () |
| const double & | omega () const |
| bool | operator< (const CompatModalRefine &o) const |
| double & | value (int im) |
| const double & | value (int im) const |
| ~CompatModalRefine () | |
| QGpCompatibility::CompatModalRefine::CompatModalRefine | ( | double | omega, |
| double | val | ||
| ) |
| QGpCompatibility::CompatModalRefine::CompatModalRefine | ( | int | nm | ) | [inline] |
{_values.resize(nm);}
{}
| double& QGpCompatibility::CompatModalRefine::omega | ( | ) | [inline] |
Referenced by CompatModalRefine().
{return _omega;}
| const double& QGpCompatibility::CompatModalRefine::omega | ( | ) | const [inline] |
{return _omega;}
| bool QGpCompatibility::CompatModalRefine::operator< | ( | const CompatModalRefine & | o | ) | const [inline] |
| double& QGpCompatibility::CompatModalRefine::value | ( | int | im | ) | [inline] |
{return _values[im];}
| const double& QGpCompatibility::CompatModalRefine::value | ( | int | im | ) | const [inline] |
{return _values[im];}