🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
NoopOrientation.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstCore/BodyOrientation.hpp"
25
#include "AstCore/BuiltinAxes.hpp"
26
27
AST_NAMESPACE_BEGIN
28
35
class
AST_CORE_API
NoopOrientation
final:
public
BodyOrientation
36
{
37
public
:
38
NoopOrientation
() =
default
;
39
~NoopOrientation
()
override
=
default
;
40
void
getICRFToFixedTransform
(
const
TimePoint
& tp,
Rotation
&rotation)
const override
{};
41
void
getICRFToFixedTransform
(
const
TimePoint
& tp,
KinematicRotation
&rotation)
const override
{};
42
void
getICRFToInertialTransform
(
const
TimePoint
& tp,
Rotation
&rotation)
const override
{};
43
Axes
*
getMODParent
()
const override
{
return
aAxesICRF(); }
44
Axes
*
getTODParent
()
const override
{
return
aAxesICRF(); }
45
void
getMODTransform
(
const
TimePoint
& tp,
Rotation
&rot)
const override
{};
46
void
getTODTransform
(
const
TimePoint
& tp,
Rotation
&rot)
const override
{};
47
};
48
49
52
AST_NAMESPACE_END
ast::Axes
轴系类
定义
Axes.hpp:69
ast::BodyOrientation
天体姿态/指向
定义
BodyOrientation.hpp:38
ast::KinematicRotation
运动学坐标系旋转
定义
KinematicRotation.hpp:32
ast::NoopOrientation
空操作旋转类
定义
NoopOrientation.hpp:36
ast::NoopOrientation::getMODParent
Axes * getMODParent() const override
获取MOD系的父系
定义
NoopOrientation.hpp:43
ast::NoopOrientation::getTODParent
Axes * getTODParent() const override
获取TOD系的父系
定义
NoopOrientation.hpp:44
ast::NoopOrientation::getICRFToFixedTransform
void getICRFToFixedTransform(const TimePoint &tp, KinematicRotation &rotation) const override
获取ICRF到天体固连系的旋转变换
定义
NoopOrientation.hpp:41
ast::NoopOrientation::getICRFToFixedTransform
void getICRFToFixedTransform(const TimePoint &tp, Rotation &rotation) const override
获取ICRF到天体固连系的旋转变换
定义
NoopOrientation.hpp:40
ast::NoopOrientation::getMODTransform
void getMODTransform(const TimePoint &tp, Rotation &rot) const override
获取MOD系的旋转变换
定义
NoopOrientation.hpp:45
ast::NoopOrientation::getTODTransform
void getTODTransform(const TimePoint &tp, Rotation &rot) const override
获取TOD系的旋转变换
定义
NoopOrientation.hpp:46
ast::NoopOrientation::getICRFToInertialTransform
void getICRFToInertialTransform(const TimePoint &tp, Rotation &rotation) const override
获取ICRF到天体惯性系的旋转变换
定义
NoopOrientation.hpp:42
ast::Rotation
坐标系旋转类
定义
Rotation.hpp:39
ast::TimePoint
绝对时间点
定义
TimePoint.hpp:106
src
AstCore
SolarSystem
Orientation
NoopOrientation.hpp
制作者
1.12.0