|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
类 ast::ImplFor< IValuePrv, T > 继承关系图:Public 类型 | |
| typedef TraitObject< IValuePrv > | Base |
Public 成员函数 | |
| ImplFor (T *obj) | |
| ImplFor (const T &obj) | |
| Type * | type () const override |
| errc_t | getPosIn (System *system, const AbsTime &time, Vector3d &pos) const override |
| errc_t | getPosVelIn (System *system, const AbsTime &time, Vector3d &pos, Vector3d &vel) const override |
| T * | get () const |
Public 成员函数 继承自 ast::IValuePrv | |
| virtual errc_t | getValue (const AbsTime &time, double &value) const =0 |
额外继承的成员函数 | |
Public 属性 继承自 ast::TraitObject< IValuePrv > | |
| void * | data_ |
|
inlineoverridevirtual |
实现了 ast::IValuePrv.