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

Method getAllocationNumVars

src/OpenColorIO/ColorSpace.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427int ColorSpace::getAllocationNumVars() const
428{
429 return static_cast<int>(getImpl()->m_allocationVars.size());
430}
431
432void ColorSpace::getAllocationVars(float * vars) const
433{

Callers 7

test_interfaceMethod · 0.95
saveFunction · 0.45
ColorSpace.cppFile · 0.45
bakeMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 2

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36