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

Method getBData

src/OpenColorIO/ImageDesc.cpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540void * PackedImageDesc::getBData() const
541{
542 return getImpl()->m_bData;
543}
544
545void * PackedImageDesc::getAData() const
546{

Callers 3

ImageDesc.cppFile · 0.45
initMethod · 0.45
ProcessFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 1

ProcessFunction · 0.36