| 1381 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), user_data); }; |
| 1382 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; }; |
| 1383 | inline BOOL filter(const LASpoint* point) { return (point->user_data != user_data); }; |
| 1384 | LAScriterionKeepUserData(U8 user_data) { this->user_data = user_data; }; |
| 1385 | private: |
| 1386 | U8 user_data; |
nothing calls this directly
no outgoing calls
no test coverage detected