24#include "AstCore/Ephemeris.hpp"
25#include "AstUtil/ScopedPtr.hpp"
26#include "AstCore/Object.hpp"
36using PMotionProfile = MotionProfile*;
42class MotionProfileVisitor;
定义 MotionProfileVisitor.hpp:38
运动定义接口
定义 MotionProfile.hpp:46
virtual errc_t makeEphemerisSpec(ScopedPtr< Ephemeris > &eph) const =0
生成特定星历
virtual errc_t makeEphemerisSimple(ScopedPtr< Ephemeris > &eph) const =0
生成简单星历
virtual void accept(MotionProfileVisitor &visitor)=0
接受访问者
SPICE星历预报器/运动模型类
定义 MotionSPICE.hpp:41
对象基类,继承自该类的对象可以使用运行时类型信息相关功能,实现强弱引用计数、运行时元信息(属性访问、序列化等)等基础功能
定义 Object.hpp:81