| 1325 | public: |
| 1326 | inline const CHAR* name() const { return "drop_keypoint"; }; |
| 1327 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); }; |
| 1328 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; }; |
| 1329 | inline BOOL filter(const LASpoint* point) { return (point->get_keypoint_flag() == 1); }; |
| 1330 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected