MCPcopy 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
235int DynamicPropertyGradingRGBCurveImpl::getNumCoefs() const
236{
237 return static_cast<int>(m_knotsCoefs.m_numCoefs);
238}
239
240const int * DynamicPropertyGradingRGBCurveImpl::getKnotsOffsetsArray() const
241{

Calls

no outgoing calls

Tested by 1

OCIO_ADD_TESTFunction · 0.64