| 1499 | public: |
| 1500 | inline const CHAR* name() const { return "drop_point_source"; }; |
| 1501 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), point_source_id); }; |
| 1502 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_POINT_SOURCE; }; |
| 1503 | inline BOOL filter(const LASpoint* point) { return (point->get_point_source_ID() == point_source_id); }; |
| 1504 | LAScriterionDropPointSource(U16 point_source_id) { this->point_source_id = point_source_id; }; |
nothing calls this directly
no outgoing calls
no test coverage detected