MCPcopy 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
88void ImagePrimitive::setDataWindow( const Box2i &dataWindow )
89{
90 m_dataWindow = dataWindow;
91}
92
93const Box2i &ImagePrimitive::getDisplayWindow() const
94{

Callers 4

mergeFunction · 0.80
modifyMethod · 0.80
doOperationMethod · 0.80
modifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected