MCPcopy Create free account
hub / github.com/LASzip/LASzip / ~LASwriteItemCompressed_BYTE_v2

Method ~LASwriteItemCompressed_BYTE_v2

src/laswriteitemcompressed_v2.cpp:584–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584LASwriteItemCompressed_BYTE_v2::~LASwriteItemCompressed_BYTE_v2()
585{
586 U32 i;
587 for (i = 0; i < number; i++)
588 {
589 enc->destroySymbolModel(m_byte[i]);
590 }
591 delete [] m_byte;
592 delete [] last_item;
593}
594
595BOOL LASwriteItemCompressed_BYTE_v2::init(const U8* item, U32& context)
596{

Callers

nothing calls this directly

Calls 1

destroySymbolModelMethod · 0.45

Tested by

no test coverage detected