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

Method filter

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

Source from the content-addressed store, hash-verified

576 inline const CHAR* name() const { return "keep_second_last"; };
577 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); };
578 inline BOOL filter(const LASpoint* point) { return ((point->number_of_returns <= 1) || (point->return_number != (point->number_of_returns - 1))); };
579};
580
581class LAScriterionDropFirstReturn : public LAScriterion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected