MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getData

Method getData

src/OpenColorIO/ImageDesc.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525void * PackedImageDesc::getData() const
526{
527 return getImpl()->m_data;
528}
529
530void * PackedImageDesc::getRData() const
531{

Callers 12

test_interfaceMethod · 0.95
test_interfaceMethod · 0.95
InitImageTextureFunction · 0.45
mainFunction · 0.45
ProcessLinesFunction · 0.45
ProcessPixelsFunction · 0.45
GenerateFunction · 0.45
ExtractFunction · 0.45
ImageDesc.cppFile · 0.45
test_arrayMethod · 0.45
test_arrayMethod · 0.45
ValidateFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 5

test_interfaceMethod · 0.76
test_interfaceMethod · 0.76
test_arrayMethod · 0.36
test_arrayMethod · 0.36
ValidateFunction · 0.36