MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getCoefsArray

Method getCoefsArray

src/OpenColorIO/DynamicProperty.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255const float * DynamicPropertyGradingRGBCurveImpl::getCoefsArray() const
256{
257 return m_knotsCoefs.m_coefsArray.data();
258}
259
260unsigned int DynamicPropertyGradingRGBCurveImpl::GetMaxKnots()
261{

Callers 4

OCIO_ADD_TESTFunction · 0.80
checkKnotsAndCoefsFunction · 0.80

Calls 1

dataMethod · 0.45

Tested by 2

OCIO_ADD_TESTFunction · 0.64
checkKnotsAndCoefsFunction · 0.64