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

Method operator==

src/meshTools/meshStructure/pointTopoDistanceDataI.H:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
214
215inline bool Foam::pointTopoDistanceData::operator==
216(
217 const Foam::pointTopoDistanceData& rhs
218) const
219{
220 return data() == rhs.data() && distance() == rhs.distance();
221}
222
223
224inline bool Foam::pointTopoDistanceData::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