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

Method ~LASwriteItemCompressed_RGB12_v2

src/laswriteitemcompressed_v2.cpp:476–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476LASwriteItemCompressed_RGB12_v2::~LASwriteItemCompressed_RGB12_v2()
477{
478 enc->destroySymbolModel(m_byte_used);
479 enc->destroySymbolModel(m_rgb_diff_0);
480 enc->destroySymbolModel(m_rgb_diff_1);
481 enc->destroySymbolModel(m_rgb_diff_2);
482 enc->destroySymbolModel(m_rgb_diff_3);
483 enc->destroySymbolModel(m_rgb_diff_4);
484 enc->destroySymbolModel(m_rgb_diff_5);
485}
486
487BOOL LASwriteItemCompressed_RGB12_v2::init(const U8* item, U32& context)
488{

Callers

nothing calls this directly

Calls 1

destroySymbolModelMethod · 0.45

Tested by

no test coverage detected