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

Method filter

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

Source from the content-addressed store, hash-verified

1405 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), above_user_data); };
1406 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; };
1407 inline BOOL filter(const LASpoint* point) { return (point->user_data <= above_user_data); };
1408 LAScriterionKeepUserDataAbove(U8 above_user_data) { this->above_user_data = above_user_data; };
1409private:
1410 U8 above_user_data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected