| 1565 | public: |
| 1566 | inline const CHAR* name() const { return "drop_gps_time_below"; }; |
| 1567 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %lf ", name(), below_gpstime); }; |
| 1568 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_GPS_TIME; }; |
| 1569 | inline BOOL filter(const LASpoint* point) { |
| 1570 | I64 offset = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected