Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
const char * NamedTransformImpl::getEncoding() const noexcept
160
{
161
return m_encoding.c_str();
162
}
163
164
void NamedTransformImpl::setEncoding(const char * encoding) noexcept
165
{
Callers
1
NamedTransform.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected