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

Method get_command

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

Source from the content-addressed store, hash-verified

1565public:
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected