| 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 | |
| 629 | class LAScriterionKeepReturns : public LAScriterion |
nothing calls this directly
no outgoing calls
no test coverage detected