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

Function canWriteType

src/meshTools/edgeMesh/edgeMesh.C:73–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73bool Foam::edgeMesh::canWriteType
74(
75 const word& ext,
76 const bool verbose
77)
78{
79 return checkSupport
80 (
81 writeTypes(),
82 ext,
83 verbose,
84 "writing"
85 );
86}
87
88
89bool Foam::edgeMesh::canRead

Callers 9

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
surfaceWriter.CFile · 0.50
MeshedSurface.CFile · 0.50

Calls 2

checkSupportFunction · 0.50
writeTypesFunction · 0.50

Tested by 1

mainFunction · 0.40