geopro/tests/io/gpr
gaozheng c2ec1d34b4 feat(io): IprbReader 新增 readIprbRange 道区间读取
只 seek 并读取 [t0,t1) 道,不载全文件,供流式 slab 装配内存有界。
偏移与读取字节数全 64 位防大文件溢出;越界与文件打不开抛 std::runtime_error。
不改动 readIprb 现有行为。
2026-06-23 21:29:13 +08:00
..
test_gpr_geometry.cpp feat(io/gpr): GPR 几何-通道横偏解析与采样深度换算 2026-06-23 10:19:11 +08:00
test_gpr_survey_assembler.cpp feat(io/gpr): 多通道 .iprb+.ord 装配 GprSurvey 2026-06-23 11:36:56 +08:00
test_ipr_header.cpp feat(io/gpr): 新增 .iprh 头解析器(纯 C++17,零 Qt/VTK) 2026-06-23 09:45:13 +08:00
test_iprb_reader.cpp feat(io): IprbReader 新增 readIprbRange 道区间读取 2026-06-23 21:29:13 +08:00