|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <USSA1976.hpp>
类 ast::USSA1976 继承关系图:Public 成员函数 | |
| double | getDensity (const TimePoint &tp, const Vector3d &posInBodyFixed) const override |
| AtmosphereBase (Frame *frame, BodyShape *bodyShape) | |
Public 成员函数 继承自 ast::AtmosphereBase | |
| AtmosphereBase (Frame *frame, BodyShape *bodyShape) | |
| Frame * | getFrame () const override |
| bool | useApproximateAltitude () const |
| void | setUseApproximateAltitude (bool useApproximateAltitude) |
| void | getGeodetic (const Vector3d &posInBodyFixed, double &latitude, double &longitude, double &altitude) const |
| double | getAltitude (const Vector3d &posInBodyFixed) const |
Public 成员函数 继承自 ast::Atmosphere | |
额外继承的成员函数 | |
Protected 属性 继承自 ast::AtmosphereBase | |
| Frame * | frame_ {nullptr} |
| BodyShape * | bodyShape_ {nullptr} |
| bool | useApproximateAltitude_ {false} |
USSA1976大气模型
|
overridevirtual |