|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <ApogeePerigeeFilter.hpp>
类 ast::ApogeePerigeeFilter 继承关系图:Public 成员函数 | |
| ApogeePerigeeFilter (const CloseApproachOptions &opts, const CloseApproachContext &ctx) | |
| bool | keep (const TLE &candidate) const override |
Public 成员函数 继承自 ast::CloseApproachFilter | |
近/远地点预过滤
剔除近/远地点半径区间(含 padding)与参考对象不重叠的候选对象。
|
overridevirtual |