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

Method GetValue

trinity/Include/Tr2Curve.h:78–81  ·  view source on GitHub ↗

Value access

Source from the content-addressed store, hash-verified

76
77 // Value access
78 KeyValue GetValue( double time )
79 {
80 return GetValueAt( time );
81 }
82 KeyValue GetValueAt( double time );
83 const KeyValue& GetKeyValue( unsigned int idx );
84 void SetKeyValue( unsigned int idx, const KeyValue& value );

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected