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

Method StopCurveSet

trinity/Eve/EveLensflare.cpp:431–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void EveLensflare::StopCurveSet( const std::string& name )
432{
433 for( auto it = m_curveSets.begin(); it != m_curveSets.end(); it++ )
434 {
435 if( ( *it )->GetName() == name )
436 {
437 ( *it )->Stop();
438 }
439 }
440}
441
442void EveLensflare::UpdateCurveSet( const std::string& name, Be::Time time )
443{

Callers

nothing calls this directly

Calls 4

beginMethod · 0.45
endMethod · 0.45
GetNameMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected