Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ setDescription
Method
setDescription
src/OpenColorIO/ViewTransform.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void ViewTransform::setDescription(const char * description)
121
{
122
getImpl()->m_description = description ? description :
""
;
123
}
124
125
const char * ViewTransform::getInterchangeAttribute(const char* attrName) const
126
{
Callers
3
_set_value
Method · 0.95
test_copy
Method · 0.95
test_description
Method · 0.95
Calls
1
getImpl
Function · 0.50
Tested by
2
test_copy
Method · 0.76
test_description
Method · 0.76