MCPcopy Create free account
hub / github.com/MrKepzie/Natron / findClosestSupportedComponents

Method findClosestSupportedComponents

Engine/EffectInstance.cpp:4193–4198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4191}
4192
4193ImagePlaneDesc
4194EffectInstance::findClosestSupportedComponents(int inputNb,
4195 const ImagePlaneDesc & comp) const
4196{
4197 return getNode()->findClosestSupportedComponents(inputNb, comp);
4198}
4199
4200void
4201EffectInstance::clearActionsCache()

Callers 3

renderHandlerMethod · 0.45
checkMetadataMethod · 0.45

Calls 1

getNodeFunction · 0.70

Tested by

no test coverage detected