Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getName
Method
getName
src/OpenColorIO/ViewTransform.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
const char * ViewTransform::getName() const noexcept
96
{
97
return getImpl()->m_name.c_str();
98
}
99
100
void ViewTransform::setName(const char * name) noexcept
101
{
Callers
5
_set_value
Method · 0.95
test_default_contructor
Method · 0.95
test_copy
Method · 0.95
test_name
Method · 0.95
ViewTransform.cpp
File · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
3
test_default_contructor
Method · 0.76
test_copy
Method · 0.76
test_name
Method · 0.76