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

Method LAScriterionDropXBelow

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

Source from the content-addressed store, hash-verified

469 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), below_X); };
470 inline BOOL filter(const LASpoint* point) { return (point->get_X() < below_X); };
471 LAScriterionDropXBelow(I32 below_X) { this->below_X = below_X; };
472private:
473 I32 below_X;
474};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected