Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Compare
Method
Compare
Common/Core/SMP/TBB/vtkSMPThreadLocalImpl.h:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
void Increment() override { ++this->Iter; }
55
56
bool Compare(ItImplAbstract* other) override
57
{
58
return this->Iter == static_cast<ItImpl*>(other)->Iter;
59
}
60
61
T& GetContent() override { return *this->Iter; }
62
Callers
15
operator()
Method · 0.45
operator()
Method · 0.45
MedianOf3
Method · 0.45
PartitionData
Method · 0.45
GetSynonyms
Function · 0.45
TestColorSeries
Function · 0.45
TestQuaternionSetGet
Function · 0.45
TestQuaternionNormalization
Function · 0.45
TestQuaternionConjugationAndInversion
Function · 0.45
TestQuaternionRotation
Function · 0.45
TestQuaternionMatrixConversions
Function · 0.45
TestQuaternionConversions
Function · 0.45
Calls
no outgoing calls
Tested by
10
TestColorSeries
Function · 0.36
TestQuaternionSetGet
Function · 0.36
TestQuaternionNormalization
Function · 0.36
TestQuaternionConjugationAndInversion
Function · 0.36
TestQuaternionRotation
Function · 0.36
TestQuaternionMatrixConversions
Function · 0.36
TestQuaternionConversions
Function · 0.36
TestVector
Function · 0.36
MoleculeExampleCode1
Function · 0.36
MoleculeExampleCode2
Function · 0.36