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

Method equals

src/OpenColorIO/Op.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool OpData::equals(const OpData & other) const
74{
75 if (this == &other) return true;
76
77 // Ignore metadata.
78 return getType() == other.getType();
79}
80
81const std::string & OpData::getID() const
82{

Callers 15

operator==Function · 0.45
test_copyMethod · 0.45
test_copyMethod · 0.45
test_copyMethod · 0.45
test_transformMethod · 0.45
test_equalsMethod · 0.45
test_copyMethod · 0.45
test_copyMethod · 0.45
test_equalsMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

getTypeFunction · 0.85
getTypeMethod · 0.45

Tested by 15

test_copyMethod · 0.36
test_copyMethod · 0.36
test_copyMethod · 0.36
test_transformMethod · 0.36
test_equalsMethod · 0.36
test_copyMethod · 0.36
test_copyMethod · 0.36
test_equalsMethod · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36