Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ acceptsRepeatedData
Method
acceptsRepeatedData
src/IECoreImage/ImageDisplayDriver.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool ImageDisplayDriver::acceptsRepeatedData() const
97
{
98
return true;
99
}
100
101
void ImageDisplayDriver::imageData( const Box2i &box, const float *data, size_t dataSize )
102
{
Callers
2
testAcceptsRepeatedData
Method · 0.95
handleReadOpenParameters
Method · 0.45
Calls
no outgoing calls
Tested by
1
testAcceptsRepeatedData
Method · 0.76