MCPcopy Create free account
hub / github.com/carbonengine/trinity / ~EveSpherePinIndexTree

Method ~EveSpherePinIndexTree

trinity/Eve/UI/EveSpherePinIndexTree.cpp:423–436  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

421
422// ------------------------------------------------------------------------------------------------------
423EveSpherePinIndexTree::~EveSpherePinIndexTree( void )
424{
425 if( m_tree )
426 {
427 ClearTree( m_tree );
428 m_tree = 0;
429 }
430
431 if( m_faces )
432 {
433 delete[] m_faces;
434 m_faces = 0;
435 }
436}
437
438// ------------------------------------------------------------------------------------------------------
439int EveSpherePinIndexTree::Initialize()

Callers

nothing calls this directly

Calls 1

ClearTreeFunction · 0.85

Tested by

no test coverage detected