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

Method getGData

src/OpenColorIO/ImageDesc.cpp:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void * PackedImageDesc::getGData() const
536{
537 return getImpl()->m_gData;
538}
539
540void * PackedImageDesc::getBData() const
541{

Callers 3

ImageDesc.cppFile · 0.45
initMethod · 0.45
ProcessFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 1

ProcessFunction · 0.36