Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
427
int ColorSpace::getAllocationNumVars() const
428
{
429
return static_cast<int>(getImpl()->m_allocationVars.size());
430
}
431
432
void ColorSpace::getAllocationVars(float * vars) const
433
{
Callers
7
test_interface
Method · 0.95
save
Function · 0.45
ColorSpace.cpp
File · 0.45
BuildColorSpaceToReferenceOps
Function · 0.45
BuildColorSpaceFromReferenceOps
Function · 0.45
bake
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
2
getImpl
Function · 0.50
size
Method · 0.45
Tested by
2
test_interface
Method · 0.76
OCIO_ADD_TEST
Function · 0.36