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

Method setName

src/OpenColorIO/ViewTransform.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void ViewTransform::setName(const char * name) noexcept
101{
102 getImpl()->m_name = name ? name : "";
103}
104
105const char * ViewTransform::getFamily() const noexcept
106{

Callers 3

_set_valueMethod · 0.95
test_copyMethod · 0.95
test_nameMethod · 0.95

Calls 1

getImplFunction · 0.50

Tested by 2

test_copyMethod · 0.76
test_nameMethod · 0.76