| 1363 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); }; |
| 1364 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; }; |
| 1365 | inline BOOL filter(const LASpoint* point) { return (point->get_extended_overlap_flag() == 1); }; |
| 1366 | }; |
| 1367 | |
| 1368 | class LAScriterionKeepOverlap : public LAScriterion |
nothing calls this directly
no outgoing calls
no test coverage detected