Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumCoefs
Method
getNumCoefs
src/OpenColorIO/DynamicProperty.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
int DynamicPropertyGradingRGBCurveImpl::getNumCoefs() const
236
{
237
return static_cast<int>(m_knotsCoefs.m_numCoefs);
238
}
239
240
const int * DynamicPropertyGradingRGBCurveImpl::getKnotsOffsetsArray() const
241
{
Callers
3
AddCurveEvalMethodTextToShaderProgram
Function · 0.80
AddCurveEvalMethodTextToShaderProgram
Function · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
OCIO_ADD_TEST
Function · 0.64