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

Method filter

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

Source from the content-addressed store, hash-verified

624 inline const CHAR* name() const { return "drop_second_last"; };
625 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); };
626 inline BOOL filter(const LASpoint* point) { return ((point->number_of_returns > 1) && (point->return_number == (point->number_of_returns - 1))); };
627};
628
629class LAScriterionKeepReturns : public LAScriterion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected