Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ setDataWindow
Method
setDataWindow
src/IECoreImage/ImagePrimitive.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void ImagePrimitive::setDataWindow( const Box2i &dataWindow )
89
{
90
m_dataWindow = dataWindow;
91
}
92
93
const Box2i &ImagePrimitive::getDisplayWindow() const
94
{
Callers
4
merge
Function · 0.80
modify
Method · 0.80
doOperation
Method · 0.80
modify
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected