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