|
WSF
|
#include <WsfPointMassSixDOF_Utils.hpp>
Classes | |
| struct | machDataPair |
Public Member Functions | |
| PointMassMachDataTable () | |
| ~PointMassMachDataTable () | |
| PointMassMachDataTable & | operator= (const PointMassMachDataTable &other)=delete |
| PointMassMachDataTable * | 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 | |
| PointMassMachDataTable (const PointMassMachDataTable &aSrc) | |
Protected Attributes | |
| std::vector< machDataPair * > | mMachDataList |
| wsf::six_dof::PointMassMachDataTable::PointMassMachDataTable | ( | ) |
Referenced by Clone(), operator=(), and PointMassMachDataTable().
| wsf::six_dof::PointMassMachDataTable::~PointMassMachDataTable | ( | ) |
References mMachDataList.
|
protected |
References CreateNewMachValuePair(), mMachDataList, and PointMassMachDataTable().
| wsf::six_dof::PointMassMachDataTable * wsf::six_dof::PointMassMachDataTable::Clone | ( | ) | const |
References PointMassMachDataTable().
Referenced by operator=().
| void wsf::six_dof::PointMassMachDataTable::CreateNewMachValuePair | ( | double | aMach, |
| double | aValue ) |
References wsf::six_dof::PointMassMachDataTable::machDataPair::mach, mMachDataList, and wsf::six_dof::PointMassMachDataTable::machDataPair::value.
Referenced by operator=(), and PointMassMachDataTable().
| double wsf::six_dof::PointMassMachDataTable::GetValueAtMach | ( | double | aMach | ) | const |
References wsf::six_dof::PointMassMachDataTable::machDataPair::mach, mMachDataList, and wsf::six_dof::PointMassMachDataTable::machDataPair::value.
Referenced by operator=().
|
delete |
References Clone(), CreateNewMachValuePair(), GetValueAtMach(), OutputToString(), and PointMassMachDataTable().
| void wsf::six_dof::PointMassMachDataTable::OutputToString | ( | std::string & | aInput, |
| const std::string & | aTableName ) const |
References mMachDataList, and wsf::six_dof::utils::OutputDoubleString().
Referenced by operator=().
|
protected |
Referenced by CreateNewMachValuePair(), GetValueAtMach(), OutputToString(), PointMassMachDataTable(), and ~PointMassMachDataTable().