| 690 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), scan_direction); }; |
| 691 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; }; |
| 692 | inline BOOL filter(const LASpoint* point) { return (scan_direction == point->scan_direction_flag); }; |
| 693 | LAScriterionDropScanDirection(I32 scan_direction) { this->scan_direction = scan_direction; }; |
| 694 | private: |
| 695 | I32 scan_direction; |
nothing calls this directly
no outgoing calls
no test coverage detected