Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getHeight
Method
getHeight
src/OpenColorIO/ImageDesc.cpp:555–558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
553
}
554
555
long PackedImageDesc::getHeight() const
556
{
557
return getImpl()->m_height;
558
}
559
560
long PackedImageDesc::getNumChannels() const
561
{
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