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

Method getName

src/OpenColorIO/ViewTransform.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95const char * ViewTransform::getName() const noexcept
96{
97 return getImpl()->m_name.c_str();
98}
99
100void ViewTransform::setName(const char * name) noexcept
101{

Callers 5

_set_valueMethod · 0.95
test_copyMethod · 0.95
test_nameMethod · 0.95
ViewTransform.cppFile · 0.45

Calls 1

getImplFunction · 0.50

Tested by 3

test_copyMethod · 0.76
test_nameMethod · 0.76