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

Method getEncoding

src/OpenColorIO/NamedTransform.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159const char * NamedTransformImpl::getEncoding() const noexcept
160{
161 return m_encoding.c_str();
162}
163
164void NamedTransformImpl::setEncoding(const char * encoding) noexcept
165{

Callers 1

NamedTransform.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected