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

Method addIdentityRectangle

Engine/RenderStats.cpp:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

addRenderInfosForNodeMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected