Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ setFamily
Method
setFamily
src/OpenColorIO/ViewTransform.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void ViewTransform::setFamily(const char * family)
111
{
112
getImpl()->m_family = family ? family :
""
;
113
}
114
115
const char * ViewTransform::getDescription() const noexcept
116
{
Callers
3
_set_value
Method · 0.95
test_copy
Method · 0.95
test_family
Method · 0.95
Calls
1
getImpl
Function · 0.50
Tested by
2
test_copy
Method · 0.76
test_family
Method · 0.76