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

Method getFieldingOrder

Engine/EffectInstance.cpp:5643–5649  ·  view source on GitHub ↗

* @brief Returns the field ordering of images produced by this plug-in **/

Source from the content-addressed store, hash-verified

5641 * @brief Returns the field ordering of images produced by this plug-in
5642 **/
5643ImageFieldingOrderEnum
5644EffectInstance::getFieldingOrder() const
5645{
5646 QMutexLocker k(&_imp->metadataMutex);
5647
5648 return _imp->metadata.getOutputFielding();
5649}
5650
5651bool
5652EffectInstance::refreshMetadata_recursive(std::list<Node*> & markedNodes)

Calls 1

getOutputFieldingMethod · 0.80

Tested by

no test coverage detected