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

Method getDescription

src/OpenColorIO/NamedTransform.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119const char * NamedTransformImpl::getDescription() const noexcept
120{
121 return m_description.c_str();
122}
123
124void NamedTransformImpl::setDescription(const char * description) noexcept
125{

Callers 1

NamedTransform.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected