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

Method LAScriterionDropxBelow

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

Source from the content-addressed store, hash-verified

319 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %lf ", name(), below_x); };
320 inline BOOL filter(const LASpoint* point) { return (point->get_x() < below_x); };
321 LAScriterionDropxBelow(F64 below_x) { this->below_x = below_x; };
322private:
323 F64 below_x;
324};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected