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

Method filter

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

Source from the content-addressed store, hash-verified

1381 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), user_data); };
1382 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; };
1383 inline BOOL filter(const LASpoint* point) { return (point->user_data != user_data); };
1384 LAScriterionKeepUserData(U8 user_data) { this->user_data = user_data; };
1385private:
1386 U8 user_data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected