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

Method IsEmpty

trinity/Curves/Tr2CurveScalar.cpp:506–509  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

504
505// --------------------------------------------------------------------------------
506bool Tr2CurveScalar::IsEmpty() const
507{
508 return m_keys.empty();
509}
510
511// --------------------------------------------------------------------------------
512float Tr2CurveScalar::GetCurrentValue() const

Callers 2

UpdateValueMethod · 0.45
GetValueMethod · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected