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

Method LAScriterionDropyAbove

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

Source from the content-addressed store, hash-verified

352 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %lf ", name(), above_y); };
353 inline BOOL filter(const LASpoint* point) { return (point->get_y() >= above_y); };
354 LAScriterionDropyAbove(F64 above_y) { this->above_y = above_y; };
355private:
356 F64 above_y;
357};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected