| 1336 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); }; |
| 1337 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; }; |
| 1338 | inline BOOL filter(const LASpoint* point) { return (point->get_keypoint_flag() == 0); }; |
| 1339 | }; |
| 1340 | |
| 1341 | class LAScriterionDropWithheld : public LAScriterion |
nothing calls this directly
no outgoing calls
no test coverage detected