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

Method valid

src/meshTools/meshStructure/topoDistanceDataI.H:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55template<class TrackingData>
56inline bool Foam::topoDistanceData::valid(TrackingData& td) const
57{
58 return distance_ != -1;
59}
60
61
62// No geometric data so never any problem on cyclics

Callers 4

meshSearch.CFile · 0.45
surfPtrFunction · 0.45
mappedPatchBase.CFile · 0.45
mappedPatchBaseI.HFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected