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

Method getDescription

src/OpenColorIO/Look.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131const char * Look::getDescription() const
132{
133 return getImpl()->m_description.c_str();
134}
135
136void Look::setDescription(const char * description)
137{

Callers 15

test_interfaceMethod · 0.95
search_colorspacesFunction · 0.45
search_viewtransformsFunction · 0.45
search_looktransformsFunction · 0.45
_get_valueMethod · 0.45
_set_valueMethod · 0.45
_get_valueMethod · 0.45
_set_valueMethod · 0.45
_get_valueMethod · 0.45
_get_valueMethod · 0.45

Calls 1

getImplFunction · 0.50