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

Method shouldCacheOutput

Engine/EffectInstance.cpp:514–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512} // EffectInstance::aborted
513
514bool
515EffectInstance::shouldCacheOutput(bool isFrameVaryingOrAnimated,
516 double time,
517 ViewIdx view,
518 int visitsCount) const
519{
520 NodePtr n = _node.lock();
521
522 return n->shouldCacheOutput(isFrameVaryingOrAnimated, time, view, visitsCount);
523}
524
525U64
526EffectInstance::getKnobsAge() const

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected