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

Function get_attribute_scale

LASlib/inc/lasreader.hpp:414–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 return attribute_descriptions[index];
413 };
414 F64 get_attribute_scale(U32 index) const {
415 return attribute_scales[index];
416 };
417 F64 get_attribute_offset(U32 index) const {
418 return attribute_offsets[index];
419 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected