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

Method operator==

src/meshTools/algorithms/PointEdgeWave/pointEdgePointI.H:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
311
312inline bool Foam::pointEdgePoint::operator==(const Foam::pointEdgePoint& rhs)
313const
314{
315 return (origin() == rhs.origin()) && (distSqr() == rhs.distSqr());
316}
317
318
319inline bool Foam::pointEdgePoint::operator!=(const Foam::pointEdgePoint& rhs)

Callers

nothing calls this directly

Calls 1

distSqrMethod · 0.45

Tested by

no test coverage detected