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

Method get_command

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

Source from the content-addressed store, hash-verified

1123public:
1124 inline const CHAR* name() const { return "drop_scan_angle_above"; };
1125 inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %.3f ", name(), above_scan); };
1126 inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_SCAN_ANGLE; };
1127 inline BOOL filter(const LASpoint* point) {
1128 return (point->get_scan_angle() > above_scan);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected