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

Method getSize

Engine/Node.cpp:6368–6380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6366}
6367
6368void
6369Node::getSize(double* w,
6370 double* h) const
6371{
6372 NodeGuiIPtr gui = _imp->guiPointer.lock();
6373
6374 if (gui) {
6375 gui->getSize(w, h);
6376 } else {
6377 *w = 0.;
6378 *h = 0.;
6379 }
6380}
6381
6382bool
6383Node::getColor(double* r,

Callers 4

exportGroupInternalFunction · 0.45
sizeMethod · 0.45
Sbk_EffectFunc_getSizeFunction · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected