| 55 | // * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * // |
| 56 | |
| 57 | bool 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 | |
| 73 | bool Foam::edgeMesh::canWriteType |
no test coverage detected