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

Function get_attribute_name

LASlib/inc/lasreader.hpp:408–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 return attribute_data_types[index];
407 };
408 const CHAR* get_attribute_name(U32 index) const {
409 return attribute_names[index];
410 };
411 const CHAR* get_attribute_description(U32 index) const {
412 return attribute_descriptions[index];
413 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected