Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getName
Method
getName
src/OpenColorIO/ColorSpace.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
const char * ColorSpace::getName() const noexcept
138
{
139
return getImpl()->m_name.c_str();
140
}
141
142
void ColorSpace::setName(const char * name) noexcept
143
{
Callers
9
_update_scene_reference_space
Method · 0.95
_update_display_reference_space
Method · 0.95
_set_value
Method · 0.95
test_constructor_with_keyword
Method · 0.95
test_constructor_without_keyword
Method · 0.95
test_constructor_without_parameter
Method · 0.95
test_aliases
Method · 0.95
test_interface
Method · 0.95
ColorSpace.cpp
File · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
5
test_constructor_with_keyword
Method · 0.76
test_constructor_without_keyword
Method · 0.76
test_constructor_without_parameter
Method · 0.76
test_aliases
Method · 0.76
test_interface
Method · 0.76