| 89 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
| 90 | |
| 91 | bool Foam::featureEdgeMesh::readData(Istream& is) |
| 92 | { |
| 93 | is >> *this; |
| 94 | return !is.bad(); |
| 95 | } |
| 96 | |
| 97 | |
| 98 | bool Foam::featureEdgeMesh::writeData(Ostream& os) const |