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

Method getName

src/OpenColorIO/Look.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91const char * Look::getName() const
92{
93 return getImpl()->m_name.c_str();
94}
95
96void Look::setName(const char * name)
97{

Callers 15

test_interfaceMethod · 0.95
search_colorspacesFunction · 0.45
search_viewtransformsFunction · 0.45
search_looktransformsFunction · 0.45
mainFunction · 0.45
get_all_namesMethod · 0.45

Calls 1

getImplFunction · 0.50