geopro/tests/core
gaozheng a9e8eb9d5c feat(core): GPR 结构化建体 buildGprVolume(X/Z 落格 + Y 向 1D 线性插值 → int16 量化体)
- 新增 GprSurvey 规则化建体输入模型(放 core/model 保持 geopro_core 自洽,避免 core->io 反向依赖)
- buildGprVolume: X/Z 取最近道/采样落格,仅跨通道 Y 做 1D 线性插值,边界外不外推
- int16 量化用值域中点为 offset 对称铺满 ~64000 码位,两端留余量不撞 int16/kBlank
- 整型乘积索引走 size_t
2026-06-23 10:45:06 +08:00
..
test_color_scale.cpp feat(core): 阶梯色阶 colorAt+颜色解析(alpha 量纲按来源) 2026-06-07 19:49:53 +08:00
test_crs_transform.cpp feat(core): CrsTransform(PROJ 封装, UTM/WGS84/WebMercator 互转) 2026-06-07 20:06:37 +08:00
test_geo_frame.cpp feat(vtk): P2 三维数据集栏 — 坐标轴/比例/快捷视图/Zoom 2026-06-15 21:54:48 +08:00
test_gpr_volume_builder.cpp feat(core): GPR 结构化建体 buildGprVolume(X/Z 落格 + Y 向 1D 线性插值 → int16 量化体) 2026-06-23 10:45:06 +08:00
test_idw.cpp feat(core): IDW 插值器(IInterpolator->ScalarVolume, 含 maxDist 包络裁剪) 2026-06-07 19:53:22 +08:00
test_local_frame.cpp feat(core): LocalFrame 坐标系(原点偏移+东北轴向+Z基准) 2026-06-07 19:40:23 +08:00
test_model.cpp feat(core): 领域模型 ScalarVolume/Grid/ScatterField(点序 i 最快) 2026-06-07 19:46:03 +08:00
test_model_data.cpp feat(core): Grid 增 NaN 约定 + hasValue(凸包裁剪用) 2026-06-11 11:34:11 +08:00
test_scalar_volume_i16.cpp feat(core): 新增 int16 量化体类型 ScalarVolumeI16 + Quant 2026-06-23 10:28:40 +08:00