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

Method addRenderedRectangle

Engine/RenderStats.cpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void
176NodeRenderStats::addRenderedRectangle(const RectI& rectangle)
177{
178 _imp->rectanglesRendered.push_back(rectangle);
179}
180
181const std::list<RectI>&
182NodeRenderStats::getRenderedRectangles() const

Callers 1

addRenderInfosForNodeMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected