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

Method Apply

trinity/Curves/TriCurveSet.cpp:154–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void TriCurveSet::Apply()
155{
156 for( ITriFunctionVector::const_iterator it = m_curves.begin(); it != m_curves.end(); ++it )
157 {
158 ( *it )->UpdateValue( m_scaledTime );
159 }
160
161 for( ITr2ValueBindingVector::const_iterator it = m_bindings.begin(); it != m_bindings.end(); ++it )
162 {
163 ( *it )->CopyValue();
164 }
165}
166
167void TriCurveSet::ApplyTime( double time )
168{

Callers

nothing calls this directly

Calls 4

beginMethod · 0.45
endMethod · 0.45
UpdateValueMethod · 0.45
CopyValueMethod · 0.45

Tested by

no test coverage detected