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

Method filter

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

Source from the content-addressed store, hash-verified

1354 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); };
1355 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; };
1356 inline BOOL filter(const LASpoint* point) { return (point->get_withheld_flag() == 0); };
1357};
1358
1359class LAScriterionDropOverlap : public LAScriterion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected