| 1556 | { offset = ((I64)time_offset - 1000) * 1000 * 1000; } |
| 1557 | return (point->have_gps_time && ((point->gps_time < below_gpstime - offset) || (point->gps_time > above_gpstime - offset))); }; |
| 1558 | LAScriterionKeepGpsTime(F64 below_gpstime, F64 above_gpstime) { this->below_gpstime = below_gpstime; this->above_gpstime = above_gpstime; }; |
| 1559 | private: |
| 1560 | F64 below_gpstime, above_gpstime; |
| 1561 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected