Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getFamily
Method
getFamily
src/OpenColorIO/ViewTransform.cpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
const char * ViewTransform::getFamily() const noexcept
106
{
107
return getImpl()->m_family.c_str();
108
}
109
110
void ViewTransform::setFamily(const char * family)
111
{
Callers
4
test_default_contructor
Method · 0.95
test_copy
Method · 0.95
test_family
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_family
Method · 0.76