| 40 | throw Exception("Dynamic property value is not a grading hue curve."); |
| 41 | } |
| 42 | DynamicPropertyGradingToneRcPtr AsGradingTone(DynamicPropertyRcPtr & prop) |
| 43 | { |
| 44 | auto res = OCIO_DYNAMIC_POINTER_CAST<DynamicPropertyGradingTone>(prop); |
| 45 | if (res) return res; |
| 46 | throw Exception("Dynamic property value is not a grading tone."); |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | bool operator==(const DynamicProperty &lhs, const DynamicProperty &rhs) |
no outgoing calls