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

Function applying_file_source_ID

LASlib/inc/lasreader.hpp:343–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 };
342 void set_apply_file_source_ID(const BOOL apply_file_source_ID);
343 inline BOOL applying_file_source_ID() const {
344 return apply_file_source_ID;
345 };
346 void set_scale_factor(const F64* scale_factor);
347 inline const F64* get_scale_factor() const {
348 return scale_factor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected