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

Method clear

src/OpenColorIO/fileformats/FormatMetadata.cpp:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void FormatMetadataImpl::clear() noexcept
375{
376 m_attributes.clear();
377 m_value = "";
378 m_elements.clear();
379}
380
381FormatMetadata & FormatMetadataImpl::operator=(const FormatMetadata & rhs)
382{

Callers 11

EstimateHueSlopesFunction · 0.45
ClearFileTransformCachesFunction · 0.45
BuildLookOpsFunction · 0.45
registerAllMethod · 0.45
readMethod · 0.45
clearAddedColorSpacesMethod · 0.45
refreshMethod · 0.45
refreshMethod · 0.45
ConfigMerger::ImplClass · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected