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

Method getNumViewTransforms

src/OpenColorIO/Config.cpp:4532–4535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4530///////////////////////////////////////////////////////////////////////////
4531
4532int Config::getNumViewTransforms() const noexcept
4533{
4534 return static_cast<int>(getImpl()->m_viewTransforms.size());
4535}
4536
4537ConstViewTransformRcPtr Config::getViewTransform(const char * name) const noexcept
4538{

Callers 8

PyConfig.cppFile · 0.80
saveFunction · 0.80
processViewTransformsMethod · 0.80
handleRemoveMethod · 0.80
OCIO_ADD_TESTFunction · 0.80
OCIO_ADD_TESTFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 3

OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64