Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool OpData::equals(const OpData & other) const
74
{
75
if (this == &other) return true;
76
77
// Ignore metadata.
78
return getType() == other.getType();
79
}
80
81
const std::string & OpData::getID() const
82
{
Callers
15
operator==
Function · 0.45
test_range_transform_equality
Method · 0.45
test_copy
Method · 0.45
test_copy
Method · 0.45
test_default_contructor
Method · 0.45
test_copy
Method · 0.45
test_transform
Method · 0.45
test_equals
Method · 0.45
test_copy
Method · 0.45
test_copy
Method · 0.45
test_equals
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
2
getType
Function · 0.85
getType
Method · 0.45
Tested by
15
test_range_transform_equality
Method · 0.36
test_copy
Method · 0.36
test_copy
Method · 0.36
test_default_contructor
Method · 0.36
test_copy
Method · 0.36
test_transform
Method · 0.36
test_equals
Method · 0.36
test_copy
Method · 0.36
test_copy
Method · 0.36
test_equals
Method · 0.36
OCIO_ADD_TEST
Function · 0.36
OCIO_ADD_TEST
Function · 0.36