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

Method getIdentityReplacement

src/OpenColorIO/Op.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64OpDataRcPtr OpData::getIdentityReplacement() const
65{
66 return std::make_shared<MatrixOpData>();
67}
68
69void OpData::getSimplerReplacement(OpDataVec & /* ops */) const
70{

Callers 4

ReplaceIdentityOpsFunction · 0.45
RemoveInverseOpsFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 4

CreateMatrixOpFunction · 0.85
CreateRangeOpFunction · 0.85
GetTypeNameFunction · 0.85
getTypeMethod · 0.45

Tested by 2

OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36