| 92 | |
| 93 | |
| 94 | inline void Foam::STLtriangle::write(ostream& os) |
| 95 | { |
| 96 | os.write(reinterpret_cast<char*>(this), 4*sizeof(STLpoint)); |
| 97 | os.write(reinterpret_cast<char*>(&attrib_), sizeof(STLattrib)); |
| 98 | } |
| 99 | |
| 100 | |
| 101 | // * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * // |
no outgoing calls
no test coverage detected