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

Method getViewCount

Engine/OfxImageEffectInstance.cpp:457–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457OfxStatus
458OfxImageEffectInstance::getViewCount(int *nViews) const
459{
460 *nViews = getOfxEffectInstance()->getApp()->getProject()->getProjectViewsCount();
461
462 return kOfxStatOK;
463}
464
465// overridden from OFX::Host::ImageEffect::Instance
466OfxStatus

Callers

nothing calls this directly

Calls 4

getOfxEffectInstanceFunction · 0.85
getProjectViewsCountMethod · 0.80
getProjectMethod · 0.80
getAppMethod · 0.45

Tested by

no test coverage detected