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

Method get_command

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

Source from the content-addressed store, hash-verified

1343public:
1344 inline const CHAR* name() const { return "drop_withheld"; };
1345 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s ", name()); };
1346 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; };
1347 inline BOOL filter(const LASpoint* point) { return (point->get_withheld_flag() == 1); };
1348};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected