MCPcopy 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
MedianOf3Method · 0.45
PartitionDataMethod · 0.45
GetSynonymsFunction · 0.45
TestColorSeriesFunction · 0.45
TestQuaternionSetGetFunction · 0.45
TestQuaternionRotationFunction · 0.45

Calls

no outgoing calls

Tested by 10

TestColorSeriesFunction · 0.36
TestQuaternionSetGetFunction · 0.36
TestQuaternionRotationFunction · 0.36
TestVectorFunction · 0.36
MoleculeExampleCode1Function · 0.36
MoleculeExampleCode2Function · 0.36