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

Method getOutputFormat

Engine/EffectInstance.cpp:5481–5486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5479} // EffectInstance::getDefaultMetadata
5480
5481RectI
5482EffectInstance::getOutputFormat() const
5483{
5484 QMutexLocker k(&_imp->metadataMutex);
5485 return _imp->metadata.getOutputFormat();
5486}
5487
5488void
5489EffectInstance::getMetadataComponents(int inputNb, ImagePlaneDesc* plane, ImagePlaneDesc* pairedPlane) const

Callers 7

renderRoIInternalMethod · 0.95
getDefaultMetadataMethod · 0.80
getFormatMethod · 0.80
makeInfoForInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected