| 1352 | public: |
| 1353 | inline const CHAR* name() const { return "keep_withheld"; }; |
| 1354 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); }; |
| 1355 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; }; |
| 1356 | inline BOOL filter(const LASpoint* point) { return (point->get_withheld_flag() == 0); }; |
| 1357 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected