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

Function canReadType

src/meshTools/edgeMesh/edgeMesh.C:57–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //
56
57bool Foam::edgeMesh::canReadType
58(
59 const word& ext,
60 const bool verbose
61)
62{
63 return checkSupport
64 (
65 readTypes(),
66 ext,
67 verbose,
68 "reading"
69 );
70}
71
72
73bool Foam::edgeMesh::canWriteType

Callers 4

canReadFunction · 0.70
mainFunction · 0.50
MeshedSurface.CFile · 0.50

Calls 2

readTypesFunction · 0.85
checkSupportFunction · 0.50

Tested by

no test coverage detected