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

Method hasVirtualView

src/OpenColorIO/Config.cpp:3816–3822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3814}
3815
3816bool Config::hasVirtualView(const char * viewName) const
3817{
3818 const char * cs = getVirtualDisplayViewColorSpaceName(viewName);
3819
3820 // All views must have a color space, so if it's not empty, the view exists.
3821 return (cs && *cs);
3822}
3823
3824bool Config::isVirtualViewShared(const char * viewName) const
3825{

Callers 6

addUniqueVirtualViewsMethod · 0.80
processVirtualDisplayMethod · 0.80
handleRemoveMethod · 0.80
test_virtual_displayMethod · 0.80
OCIO_ADD_TESTFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_virtual_displayMethod · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64