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

Method addStringVars

src/OpenColorIO/Context.cpp:374–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void Context::addStringVars(const ConstContextRcPtr & ctx) noexcept
375{
376 for (const auto & iter : ctx->getImpl()->m_envMap)
377 {
378 setStringVar(iter.first.c_str(), iter.second.c_str());
379 }
380}
381
382void Context::clearStringVars()
383{

Callers 2

CollectContextVariablesFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 1

getImplMethod · 0.80

Tested by 1

OCIO_ADD_TESTFunction · 0.64