#include <IAUXYSPrecomputed.hpp>
|
| errc_t | getValue (const TimePoint &tp, array3d &xys) const |
| |
| errc_t | getValueTT (const JulianDate &jdTT, array3d &xys) const |
| |
| errc_t | load (StringView filepath) |
| |
|
errc_t | loadDefault () |
| |
| void | precompute (double start_jed, double stop_jed, double step_size) |
| |
|
double | getRefEpochJED () const |
| |
|
double | getStepSize () const |
| |
|
int | getNumPoints () const |
| |
|
int | getInterpOrder () const |
| |
|
void | setInterpOrder (int order) |
| |
|
|
int | num_columns_ {0} |
| |
|
int | interp_order_ {0} |
| |
|
double | step_size_ {0.0} |
| |
|
double | refepoch_jed_ {0.0} |
| |
|
std::vector< array3d > | xys_points_ |
| |
预计算的XYS系数
该接口定义了获取预计算的XYS系数的方法。
◆ getValue()
| errc_t ast::IAUXYSPrecomputed::getValue |
( |
const TimePoint & | tp, |
|
|
array3d & | xys ) const |
◆ getValueTT()
| errc_t ast::IAUXYSPrecomputed::getValueTT |
( |
const JulianDate & | jdTT, |
|
|
array3d & | xys ) const |
◆ load()
| errc_t ast::IAUXYSPrecomputed::load |
( |
StringView | filepath | ) |
|
◆ precompute()
| void ast::IAUXYSPrecomputed::precompute |
( |
double | start_jed, |
|
|
double | stop_jed, |
|
|
double | step_size ) |
预计算XYS系数
- 参数
-
| start_jed | 开始时间(儒略日) |
| stop_jed | 结束时间(儒略日) |
| step_size | 时间步长 |
该类的文档由以下文件生成: