| 1453 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), above_user_data); }; |
| 1454 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; }; |
| 1455 | inline BOOL filter(const LASpoint* point) { return (point->user_data > above_user_data); }; |
| 1456 | LAScriterionDropUserDataAbove(U8 above_user_data) { this->above_user_data = above_user_data; }; |
| 1457 | private: |
| 1458 | U8 above_user_data; |
nothing calls this directly
no outgoing calls
no test coverage detected