|
WSF
|
#include <P6DofUtils.hpp>
Classes | |
| struct | machDataPair |
Public Member Functions | |
| P6DofMachDataTable () | |
| ~P6DofMachDataTable () | |
| P6DofMachDataTable & | operator= (const P6DofMachDataTable &other)=delete |
| P6DofMachDataTable * | Clone () const |
| void | CreateNewMachValuePair (double aMach, double aValue) |
| double | GetValueAtMach (double aMach) const |
| void | OutputToString (std::string &aInput, const std::string &aTableName) const |
Protected Member Functions | |
| P6DofMachDataTable (const P6DofMachDataTable &aSrc) | |
Protected Attributes | |
| std::vector< machDataPair * > | mMachDataList |
| P6DofMachDataTable::P6DofMachDataTable | ( | ) |
Referenced by Clone(), operator=(), and P6DofMachDataTable().
| P6DofMachDataTable::~P6DofMachDataTable | ( | ) |
References mMachDataList.
|
protected |
References CreateNewMachValuePair(), mMachDataList, and P6DofMachDataTable().
| P6DofMachDataTable * P6DofMachDataTable::Clone | ( | ) | const |
References P6DofMachDataTable().
Referenced by operator=().
| void P6DofMachDataTable::CreateNewMachValuePair | ( | double | aMach, |
| double | aValue ) |
References P6DofMachDataTable::machDataPair::mach, mMachDataList, and P6DofMachDataTable::machDataPair::value.
Referenced by operator=(), and P6DofMachDataTable().
| double P6DofMachDataTable::GetValueAtMach | ( | double | aMach | ) | const |
References P6DofMachDataTable::machDataPair::mach, mMachDataList, and P6DofMachDataTable::machDataPair::value.
Referenced by operator=().
|
delete |
References Clone(), CreateNewMachValuePair(), GetValueAtMach(), OutputToString(), and P6DofMachDataTable().
| void P6DofMachDataTable::OutputToString | ( | std::string & | aInput, |
| const std::string & | aTableName ) const |
References mMachDataList, and outputDoubleString().
Referenced by operator=().
|
protected |
Referenced by CreateNewMachValuePair(), GetValueAtMach(), OutputToString(), P6DofMachDataTable(), and ~P6DofMachDataTable().