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

Method get_command

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

Source from the content-addressed store, hash-verified

1475public:
1476 inline const CHAR* name() const { return "keep_point_source"; };
1477 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), point_source_id); };
1478 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_POINT_SOURCE; };
1479 inline BOOL filter(const LASpoint* point) { return (point->get_point_source_ID() != point_source_id); };
1480 LAScriterionKeepPointSource(U16 point_source_id) { this->point_source_id = point_source_id; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected