MCPcopy 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
555long PackedImageDesc::getHeight() const
556{
557 return getImpl()->m_height;
558}
559
560long PackedImageDesc::getNumChannels() const
561{

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