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

Method read

src/surfMesh/surfaceFormats/stl/STLtriangleI.H:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87inline void Foam::STLtriangle::read(istream& is)
88{
89 is.read(reinterpret_cast<char*>(this), 4*sizeof(STLpoint));
90 is.read(reinterpret_cast<char*>(&attrib_), sizeof(STLattrib));
91}
92
93
94inline void Foam::STLtriangle::write(ostream& os)

Callers 15

dynamicKEqn.CFile · 0.45
readFunction · 0.45
readFunction · 0.45
readFunction · 0.45
LESModel.CFile · 0.45
shellSurfaces.CFile · 0.45
trackedParticle.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected