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

Method getCacheID

src/OpenColorIO/ops/cdl/CDLOp.cpp:119–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::string CDLOp::getCacheID() const
120{
121 // Create the cacheID.
122 std::ostringstream cacheIDStream;
123 cacheIDStream << "<CDLOp ";
124 cacheIDStream << cdlData()->getCacheID();
125 cacheIDStream << ">";
126
127 return cacheIDStream.str();
128}
129
130ConstOpCPURcPtr CDLOp::getCPUOp(bool fastLogExpPow) const
131{

Callers 3

writeMethod · 0.45
MixingHelpers.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected