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

Method getKnotsArray

src/OpenColorIO/DynamicProperty.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250const float * DynamicPropertyGradingRGBCurveImpl::getKnotsArray() const
251{
252 return m_knotsCoefs.m_knotsArray.data();
253}
254
255const float * DynamicPropertyGradingRGBCurveImpl::getCoefsArray() const
256{

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