Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getWidth
Method
getWidth
src/OpenColorIO/ImageDesc.cpp:550–553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
548
}
549
550
long PackedImageDesc::getWidth() const
551
{
552
return getImpl()->m_width;
553
}
554
555
long PackedImageDesc::getHeight() const
556
{
Callers
8
test_interface
Method · 0.95
InitImageTexture
Function · 0.45
main
Function · 0.45
ProcessLines
Function · 0.45
ProcessPixels
Function · 0.45
Extract
Function · 0.45
ImageDesc.cpp
File · 0.45
init
Method · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
1
test_interface
Method · 0.76