|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
类 ast::HarrisPriester 继承关系图:Public 成员函数 | |
| HarrisPriester (Frame *frame, BodyShape *bodyShape, CelestialBody *sun, double f107) | |
| double | getDensity (const TimePoint &tp, const Vector3d &posInBodyFixed) const override |
| void | setSunPosition (ESunPosition sunPosition) |
| ESunPosition | getSunPosition () const |
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} |
|
overridevirtual |