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

Method write

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

Source from the content-addressed store, hash-verified

92
93
94inline void Foam::STLtriangle::write(ostream& os)
95{
96 os.write(reinterpret_cast<char*>(this), 4*sizeof(STLpoint));
97 os.write(reinterpret_cast<char*>(&attrib_), sizeof(STLattrib));
98}
99
100
101// * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * //

Callers 8

removeFilesFunction · 0.45
surfZone.CFile · 0.45
writeHeaderBINARYFunction · 0.45
STLsurfaceFormat.CFile · 0.45
writeObjectFunction · 0.45
writeFunction · 0.45
writeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected