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

Method filter

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

Source from the content-addressed store, hash-verified

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; };
694private:
695 I32 scan_direction;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected