| 1393 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), below_user_data); }; |
| 1394 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; }; |
| 1395 | inline BOOL filter(const LASpoint* point) { return (point->user_data >= below_user_data); }; |
| 1396 | LAScriterionKeepUserDataBelow(U8 below_user_data) { this->below_user_data = below_user_data; }; |
| 1397 | private: |
| 1398 | U8 below_user_data; |
nothing calls this directly
no outgoing calls
no test coverage detected