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

Method getDescription

src/OpenColorIO/ViewTransform.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115const char * ViewTransform::getDescription() const noexcept
116{
117 return getImpl()->m_description.c_str();
118}
119
120void ViewTransform::setDescription(const char * description)
121{

Callers 4

test_copyMethod · 0.95
test_descriptionMethod · 0.95
ViewTransform.cppFile · 0.45

Calls 1

getImplFunction · 0.50

Tested by 3

test_copyMethod · 0.76
test_descriptionMethod · 0.76