| 745 | return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; |
| 746 | }; |
| 747 | inline BOOL filter(const LASpoint* point) |
| 748 | { |
| 749 | return (point->edge_of_flight_line != 0); |
| 750 | }; |
| 751 | }; |
| 752 | |
| 753 | class LAScriterionKeepScannerChannel : public LAScriterion |
nothing calls this directly
no outgoing calls
no test coverage detected