MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / setFamily

Method setFamily

src/OpenColorIO/ViewTransform.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void ViewTransform::setFamily(const char * family)
111{
112 getImpl()->m_family = family ? family : "";
113}
114
115const char * ViewTransform::getDescription() const noexcept
116{

Callers 3

_set_valueMethod · 0.95
test_copyMethod · 0.95
test_familyMethod · 0.95

Calls 1

getImplFunction · 0.50

Tested by 2

test_copyMethod · 0.76
test_familyMethod · 0.76