Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadPrimVars
Method · 0.80
addProperty
Method · 0.80
bound
Method · 0.80
stringViewFromMatch
Function · 0.80
point
Method · 0.80
vTangent
Method · 0.80
vectorPrimVar
Method · 0.80
vec2PrimVar
Method · 0.80
floatPrimVar
Method · 0.80
intPrimVar
Method · 0.80
colorPrimVar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected