MCPcopy 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
550long PackedImageDesc::getWidth() const
551{
552 return getImpl()->m_width;
553}
554
555long PackedImageDesc::getHeight() const
556{

Callers 8

test_interfaceMethod · 0.95
InitImageTextureFunction · 0.45
mainFunction · 0.45
ProcessLinesFunction · 0.45
ProcessPixelsFunction · 0.45
ExtractFunction · 0.45
ImageDesc.cppFile · 0.45
initMethod · 0.45

Calls 1

getImplFunction · 0.50

Tested by 1

test_interfaceMethod · 0.76