| 1617 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %u ", name(), keep_wavepacket); }; |
| 1618 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_WAVEPACKET; }; |
| 1619 | inline BOOL filter(const LASpoint* point) { return (point->wavepacket.getIndex() != keep_wavepacket); }; |
| 1620 | LAScriterionKeepWavepacket(U32 keep_wavepacket) { this->keep_wavepacket = keep_wavepacket; }; |
| 1621 | private: |
| 1622 | U32 keep_wavepacket; |
nothing calls this directly
no outgoing calls
no test coverage detected