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

Method debug

Engine/RectD.h:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302#ifdef DEBUG
303 void debug() const
304 {
305 std::cout << "x1 = " << x1 << " y1 = " << y1 << " x2 = " << x2 << " y2 = " << y2 << std::endl;
306 }
307
308#endif
309

Callers 2

printUnrenderedPixelsMethod · 0.45
debugImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected