MCPcopy Create free account
hub / github.com/LAStools/LAStools / get_command

Method get_command

LASlib/src/lasfilter.cpp:768–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766public:
767 inline const CHAR* name() const { return "drop_scanner_channel"; };
768 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), scanner_channel); };
769 inline BOOL filter(const LASpoint* point) { return (point->get_extended_scanner_channel() == scanner_channel); };
770 LAScriterionDropScannerChannel(I32 scanner_channel) { this->scanner_channel = scanner_channel; };
771private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected