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