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

Method getFieldingOrder

Engine/EffectInstance.cpp:5569–5575  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

5567 * @brief Returns the field ordering of images produced by this plug-in
5568 **/
5569ImageFieldingOrderEnum
5570EffectInstance::getFieldingOrder() const
5571{
5572 QMutexLocker k(&_imp->metadataMutex);
5573
5574 return _imp->metadata.getOutputFielding();
5575}
5576
5577bool
5578EffectInstance::refreshMetadata_recursive(std::list<Node*> & markedNodes)

Calls 1

getOutputFieldingMethod · 0.80

Tested by

no test coverage detected