🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
DetectorFrameRelated.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
EventDetector.hpp
"
25
#include "AstCore/Frame.hpp"
26
27
AST_NAMESPACE_BEGIN
28
35
class
AST_CORE_API
DetectorFrameRelated
:
public
EventDetector
36
{
37
public
:
38
AST_OBJECT(
DetectorFrameRelated
)
39
AST_PROPERT(frame)
40
PROPERTIES:
41
Frame
* frame()
const
{
return
frame_.get();}
42
void
setFrame(
Frame
* frame) {frame_ = frame;}
43
private
:
44
WeakPtr<Frame>
frame_;
45
};
46
49
AST_NAMESPACE_END
50
EventDetector.hpp
~
ast::DetectorFrameRelated
定义
DetectorFrameRelated.hpp:36
ast::EventDetector
事件检测基类 事件检测基类,用于检测事件是否发生。 参考orekit的EventDetector类
定义
EventDetector.hpp:38
ast::Frame
坐标系类
定义
Frame.hpp:60
ast::WeakPtr
弱引用指针
定义
WeakPtr.hpp:35
src
AstCore
Propagator
EventDetector
DetectorFrameRelated.hpp
制作者
1.12.0