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

Method filter

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

Source from the content-addressed store, hash-verified

1336 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); };
1337 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; };
1338 inline BOOL filter(const LASpoint* point) { return (point->get_keypoint_flag() == 0); };
1339};
1340
1341class LAScriterionDropWithheld : public LAScriterion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected