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

Function readData

src/meshTools/edgeMesh/featureEdgeMesh/featureEdgeMesh.C:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
90
91bool Foam::featureEdgeMesh::readData(Istream& is)
92{
93 is >> *this;
94 return !is.bad();
95}
96
97
98bool Foam::featureEdgeMesh::writeData(Ostream& os) const

Callers

nothing calls this directly

Calls 1

badMethod · 0.45

Tested by

no test coverage detected