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

Method isDynamic

src/OpenColorIO/Op.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace OCIO_NAMESPACE
28{
29bool OpCPU::isDynamic() const
30{
31 return false;
32}
33
34bool OpCPU::hasDynamicProperty(DynamicPropertyType /* type */) const
35{

Callers 15

RemoveDynamicPropertiesFunction · 0.45
FindSeparablePrefixFunction · 0.45
test_contructorMethod · 0.45
test_dynamicMethod · 0.45
test_contructorMethod · 0.45
test_dynamicMethod · 0.45
test_dynamic_propertyMethod · 0.45
test_contructorMethod · 0.45

Calls 2

endMethod · 0.45
beginMethod · 0.45

Tested by 15

test_contructorMethod · 0.36
test_dynamicMethod · 0.36
test_contructorMethod · 0.36
test_dynamicMethod · 0.36
test_dynamic_propertyMethod · 0.36
test_contructorMethod · 0.36
test_dynamicMethod · 0.36
test_contructorMethod · 0.36
test_dynamicMethod · 0.36
test_apply_dynamicMethod · 0.36
OCIO_ADD_TESTFunction · 0.36