MCPcopy 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
105const char * ViewTransform::getFamily() const noexcept
106{
107 return getImpl()->m_family.c_str();
108}
109
110void ViewTransform::setFamily(const char * family)
111{

Callers 4

test_copyMethod · 0.95
test_familyMethod · 0.95
ViewTransform.cppFile · 0.45

Calls 1

getImplFunction · 0.50

Tested by 3

test_copyMethod · 0.76
test_familyMethod · 0.76