Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
namespace OCIO_NAMESPACE
28
{
29
bool OpCPU::isDynamic() const
30
{
31
return false;
32
}
33
34
bool OpCPU::hasDynamicProperty(DynamicPropertyType /* type */) const
35
{
Callers
15
bindPyGradingPrimaryTransform
Function · 0.45
bindPyGradingHueCurveTransform
Function · 0.45
bindPyGradingRGBCurveTransform
Function · 0.45
bindPyGradingToneTransform
Function · 0.45
RemoveDynamicProperties
Function · 0.45
FindSeparablePrefix
Function · 0.45
test_contructor
Method · 0.45
test_dynamic
Method · 0.45
test_contructor
Method · 0.45
test_dynamic
Method · 0.45
test_dynamic_property
Method · 0.45
test_contructor
Method · 0.45
Calls
2
end
Method · 0.45
begin
Method · 0.45
Tested by
15
test_contructor
Method · 0.36
test_dynamic
Method · 0.36
test_contructor
Method · 0.36
test_dynamic
Method · 0.36
test_dynamic_property
Method · 0.36
test_contructor
Method · 0.36
test_dynamic
Method · 0.36
test_dynamic_properties
Method · 0.36
test_contructor
Method · 0.36
test_dynamic
Method · 0.36
test_apply_dynamic
Method · 0.36
OCIO_ADD_TEST
Function · 0.36