🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
Plot.hpp
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
25
#ifdef AST_WITH_MATPLOT
26
A_SUPPRESS_WARNINGS_BEGIN
27
#include <matplot/matplot.h>
28
A_SUPPRESS_WARNINGS_END
29
#else
30
#include "
NoPlot.hpp
"
31
#endif
32
33
AST_NAMESPACE_BEGIN
34
35
#ifdef AST_WITH_MATPLOT
36
namespace
plt = matplot;
37
#else
38
namespace
plt = noplot;
39
#endif
40
41
AST_NAMESPACE_END
NoPlot.hpp
空实现plot函数
src
AstPlot
Plot.hpp
制作者
1.12.0