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

Method LAScriterionOr

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

Source from the content-addressed store, hash-verified

106 inline U32 get_decompress_selective() const { return (one->get_decompress_selective() | two->get_decompress_selective()); };
107 inline BOOL filter(const LASpoint* point) { return one->filter(point) || two->filter(point); };
108 LAScriterionOr(LAScriterion* one, LAScriterion* two) { this->one = one; this->two = two; };
109private:
110 LAScriterion* one;
111 LAScriterion* two;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected