Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getDescription
Method
getDescription
src/OpenColorIO/ViewTransform.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
const char * ViewTransform::getDescription() const noexcept
116
{
117
return getImpl()->m_description.c_str();
118
}
119
120
void ViewTransform::setDescription(const char * description)
121
{
Callers
4
test_default_contructor
Method · 0.95
test_copy
Method · 0.95
test_description
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_description
Method · 0.76