MCPcopy Create free account
hub / github.com/LAStools/LAStools / LAScriterionKeepGpsTime

Method LAScriterionKeepGpsTime

LASlib/src/lasfilter.cpp:1558–1558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; };
1559private:
1560 F64 below_gpstime, above_gpstime;
1561};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected