Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getName
Method
getName
src/OpenColorIO/NamedTransform.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
const char * NamedTransformImpl::getName() const noexcept
43
{
44
return m_name.c_str();
45
}
46
47
void NamedTransformImpl::setName(const char * name) noexcept
48
{
Callers
1
NamedTransform.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected