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

Function get_attribute_no_data

LASlib/inc/lasreader.hpp:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 return attribute_offsets[index];
419 };
420 F64 get_attribute_no_data(U32 index) const {
421 return attribute_no_datas[index];
422 };
423 void set_copc_stream_ordered_by_chunk() {
424 copc_stream_order = 0;
425 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected