Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ setName
Method
setName
src/OpenColorIO/ViewTransform.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void ViewTransform::setName(const char * name) noexcept
101
{
102
getImpl()->m_name = name ? name :
""
;
103
}
104
105
const char * ViewTransform::getFamily() const noexcept
106
{
Callers
3
_set_value
Method · 0.95
test_copy
Method · 0.95
test_name
Method · 0.95
Calls
1
getImpl
Function · 0.50
Tested by
2
test_copy
Method · 0.76
test_name
Method · 0.76