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

Method LAScriterionDropYAbove

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

Source from the content-addressed store, hash-verified

502 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), above_Y); };
503 inline BOOL filter(const LASpoint* point) { return (point->get_Y() >= above_Y); };
504 LAScriterionDropYAbove(I32 above_Y) { this->above_Y = above_Y; };
505private:
506 I32 above_Y;
507};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected