MCPcopy Create free account
hub / github.com/MrKepzie/Natron / addIdentityRectangle

Method addIdentityRectangle

Engine/RenderStats.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void
187NodeRenderStats::addIdentityRectangle(const NodePtr& identity,
188 const RectI& rectangle)
189{
190 _imp->identityRectangles.push_back( std::make_pair(rectangle, identity) );
191}
192
193std::list<std::pair<RectI, NodePtr > >
194NodeRenderStats::getIdentityRectangles() const

Callers 1

addRenderInfosForNodeMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected