Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getInverseTransform
Method
getInverseTransform
src/OpenColorIO/Look.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
ConstTransformRcPtr Look::getInverseTransform() const
122
{
123
return getImpl()->m_inverseTransform;
124
}
125
126
void Look::setInverseTransform(const ConstTransformRcPtr & transform)
127
{
Callers
12
test_constructor_with_keyword
Method · 0.95
test_constructor_with_positional
Method · 0.95
test_interface
Method · 0.95
main
Function · 0.45
_get_value
Method · 0.45
save
Function · 0.45
CollectContextVariables
Function · 0.45
Look.cpp
File · 0.45
getAllInternalTransforms
Method · 0.45
RunLookTokens
Function · 0.45
test_copy
Method · 0.45
test_inverse_transform
Method · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
5
test_constructor_with_keyword
Method · 0.76
test_constructor_with_positional
Method · 0.76
test_interface
Method · 0.76
test_copy
Method · 0.36
test_inverse_transform
Method · 0.36