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