MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / operator==

Method operator==

src/meshTools/meshStructure/topoDistanceDataI.H:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
200
201inline bool Foam::topoDistanceData::operator==
202(
203 const Foam::topoDistanceData& rhs
204) const
205{
206 return data() == rhs.data() && distance() == rhs.distance();
207}
208
209
210inline bool Foam::topoDistanceData::operator!=

Callers

nothing calls this directly

Calls 4

dataClass · 0.85
distanceFunction · 0.85
dataMethod · 0.45
distanceMethod · 0.45

Tested by

no test coverage detected