MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / computeMetadata

Method computeMetadata

src/OpenColorIO/Processor.cpp:655–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653
654
655void Processor::Impl::computeMetadata()
656{
657 AutoMutex lock(m_resultsCacheMutex);
658
659 // Pull out metadata, before the no-ops are removed.
660 for(auto & op : m_ops)
661 {
662 op->dumpMetadata(m_metadata);
663 }
664}
665
666} // namespace OCIO_NAMESPACE

Callers 1

getProcessorMethod · 0.80

Calls 1

dumpMetadataMethod · 0.45

Tested by

no test coverage detected