🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::OrbitPathFilter类 参考final

#include <OrbitPathFilter.hpp>

+ 类 ast::OrbitPathFilter 继承关系图:

Public 成员函数

 OrbitPathFilter (const CloseApproachOptions &opts, const CloseApproachContext &ctx)
 
bool keep (const TLE &candidate) const override
 
- Public 成员函数 继承自 ast::CloseApproachFilter

详细描述

轨道路径预过滤

计算候选对象与参考对象两条二体椭圆在惯性空间的最小路径距离, 大于 阈值 + padding 则剔除。不考虑时间/相位。

成员函数说明

◆ keep()

bool ast::OrbitPathFilter::keep ( const TLE & candidate) const
overridevirtual

判定候选对象是否保留

参数
candidate候选对象 TLE
返回
true = 保留,false = 剔除

实现了 ast::CloseApproachFilter.


该类的文档由以下文件生成: