MCPcopy Create free account
hub / github.com/ImageEngine/cortex / data

Method data

src/IECore/StreamIndexedIO.cpp:983–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981 }
982
983 char *data() const
984 {
985 if( m_decompressedData )
986 {
987 return m_decompressedData;
988 }
989 else
990 {
991 return m_data;
992 }
993 }
994
995 bool isCompressed() const
996 {

Callers 15

operator()Method · 0.80
loadPrimVarsMethod · 0.80
addPropertyMethod · 0.80
boundMethod · 0.80
stringViewFromMatchFunction · 0.80
pointMethod · 0.80
vTangentMethod · 0.80
vectorPrimVarMethod · 0.80
vec2PrimVarMethod · 0.80
floatPrimVarMethod · 0.80
intPrimVarMethod · 0.80
colorPrimVarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected