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

Function write

src/OpenFOAM/graph/graph.C:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219
220
221void Foam::graph::write(Ostream& os, const word& format) const
222{
223 writer::New(format)().write(*this, os);
224}
225
226
227void Foam::graph::write(const fileName& pName, const word& format) const

Callers 15

HashPtrTableIO.CFile · 0.50
NamedEnum.CFile · 0.50
Distribution.CFile · 0.50
PackedList.CFile · 0.50
ParSortableList.CFile · 0.50
tableReader.CFile · 0.50
csvTableReader.CFile · 0.50

Calls 5

NewFunction · 0.50
mkDirFunction · 0.50
writeMethod · 0.45
goodMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected