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

Method operator==

src/dynamicMesh/pointPatchDist/externalPointEdgePointI.H:304–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
303
304inline bool Foam::externalPointEdgePoint::operator==
305(
306 const Foam::externalPointEdgePoint& rhs
307)
308const
309{
310 return (origin() == rhs.origin()) && (distSqr() == rhs.distSqr());
311}
312
313
314inline bool Foam::externalPointEdgePoint::operator!=

Callers

nothing calls this directly

Calls 1

distSqrMethod · 0.45

Tested by

no test coverage detected