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

Method get_command

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

Source from the content-addressed store, hash-verified

150public:
151 inline const CHAR* name() const { return "keep_profile"; };
152 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %lf %lf %lf %lf %lf ", name(), x1, y1, x2, y2, w); };
153 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_CHANNEL_RETURNS_XY; };
154 inline BOOL filter(const LASpoint* point)
155 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected