MCPcopy Create free account
hub / github.com/LASzip/LASzip / LASattributer

Function LASattributer

src/lasattributer.hpp:580–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578 I32* attribute_sizes;
579
580 LASattributer() {
581 attributes_linked = TRUE;
582 number_attributes = 0;
583 attributes = 0;
584 attribute_starts = 0;
585 attribute_sizes = 0;
586 };
587
588 ~LASattributer() {
589 clean_attributes();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected