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

Method filter

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

Source from the content-addressed store, hash-verified

1525 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), above_point_source_id); };
1526 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_POINT_SOURCE; };
1527 inline BOOL filter(const LASpoint* point) { return (point->get_point_source_ID() > above_point_source_id); };
1528 LAScriterionDropPointSourceAbove(U16 above_point_source_id) { this->above_point_source_id = above_point_source_id; };
1529private:
1530 U16 above_point_source_id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected