🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
CloseApproachFilter.hpp
浏览该文件的文档.
1
19
20
#pragma once
21
22
#include "AstGlobal.h"
23
#include "AstCore/TLE.hpp"
24
#include "AstCore/OrbitElement.hpp"
25
26
AST_NAMESPACE_BEGIN
27
28
struct
CloseApproachOptions;
29
32
struct
CloseApproachContext
33
{
34
const
TLE
* ref{
nullptr
};
35
OrbElem
refElem{};
36
double
gm{0.0};
37
};
38
42
class
AST_CORE_API
CloseApproachFilter
43
{
44
public
:
45
virtual
~CloseApproachFilter
() =
default
;
46
50
virtual
bool
keep
(
const
TLE
& candidate)
const
= 0;
51
};
52
53
AST_NAMESPACE_END
ast::CloseApproachFilter
预过滤抽象基类
定义
CloseApproachFilter.hpp:43
ast::CloseApproachFilter::keep
virtual bool keep(const TLE &candidate) const =0
判定候选对象是否保留
ast::OrbElem
经典轨道根数
定义
OrbitElement.hpp:93
ast::TLE
两行根数(TLE)
定义
TLE.hpp:52
ast::CloseApproachContext
预过滤共享上下文
定义
CloseApproachFilter.hpp:33
src
AstCore
CloseApproach
Filter
CloseApproachFilter.hpp
制作者
1.12.0