MCPcopy Create free account
hub / github.com/carbonengine/trinity / EveEllipseSet

Method EveEllipseSet

trinity/Eve/UI/EveEllipseSet.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68TRI_REGISTER_SETTING( "ellipseRibbonEffectPath", g_ellipseRibbonEffectPath );
69
70EveEllipseSet::EveEllipseSet( IRoot* lockobj ) :
71 PARENTLOCK( m_ellipses )
72{
73 m_ellipses.SetNotify( this );
74 BoundingSphereInitialize( m_boundingSphere );
75 PrepareResources();
76}
77
78void EveEllipseSet::ReleaseResources( TriStorage s )
79{

Callers

nothing calls this directly

Calls 1

BoundingSphereInitializeFunction · 0.85

Tested by

no test coverage detected