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

Method get_command

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

Source from the content-addressed store, hash-verified

1427public:
1428 inline const CHAR* name() const { return "drop_user_data"; };
1429 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %d ", name(), user_data); };
1430 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; };
1431 inline BOOL filter(const LASpoint* point) { return (point->user_data == user_data); };
1432 LAScriterionDropUserData(U8 user_data) { this->user_data = user_data; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected