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

Method Impl

src/OpenColorIO/FileRules.cpp:565–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565FileRules::Impl::Impl()
566{
567 auto defaultRule = std::make_shared<FileRule>(FileRules::DefaultRuleName);
568 defaultRule->setColorSpace(ROLE_DEFAULT);
569 m_rules.push_back(defaultRule);
570}
571
572FileRules::Impl & FileRules::Impl::operator=(const FileRules::Impl & rhs)
573{

Callers

nothing calls this directly

Calls 2

setColorSpaceMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected