24#include "AstCore/FieldOfView.hpp"
49 void setFrame(
Frame* f) { frame_ = f; }
50 Frame* frame()
const {
return frame_; }
52 void setTarget(
Point* p) { target_ = p; }
53 Point* target()
const {
return target_; }
55 void setFieldOfView(
FieldOfView* fov) { fov_ = fov; }
访问约束抽象基类
定义 AccessConstraint.hpp:41
virtual double evaluate(const TimePoint &time) const =0
评估约束的特征值
视场约束
定义 FieldOfViewConstraint.hpp:34
视场基类
定义 FieldOfView.hpp:43
绝对时间点
定义 TimePoint.hpp:108