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

Method get_command

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

Source from the content-addressed store, hash-verified

688public:
689 inline const CHAR* name() const { return "drop_scan_direction"; };
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; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected