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

Method setDescription

src/OpenColorIO/ViewTransform.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void ViewTransform::setDescription(const char * description)
121{
122 getImpl()->m_description = description ? description : "";
123}
124
125const char * ViewTransform::getInterchangeAttribute(const char* attrName) const
126{

Callers 3

_set_valueMethod · 0.95
test_copyMethod · 0.95
test_descriptionMethod · 0.95

Calls 1

getImplFunction · 0.50

Tested by 2

test_copyMethod · 0.76
test_descriptionMethod · 0.76