| 1429 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), user_data); }; |
| 1430 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; }; |
| 1431 | inline BOOL filter(const LASpoint* point) { return (point->user_data == user_data); }; |
| 1432 | LAScriterionDropUserData(U8 user_data) { this->user_data = user_data; }; |
| 1433 | private: |
| 1434 | U8 user_data; |
nothing calls this directly
no outgoing calls
no test coverage detected