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

Method combineWith

src/OpenColorIO/Op.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Op::combineWith(OpRcPtrVec & /*ops*/, ConstOpRcPtr & /*secondOp*/) const
151{
152 std::ostringstream os;
153 os << "Op: " << getInfo() << " cannot be combined. ";
154 os << "A type-specific combining function is not defined.";
155 throw Exception(os.str().c_str());
156}
157
158void Op::validate() const
159{

Callers 6

CombineOpsFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 5

OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36