| 85 | |
| 86 | |
| 87 | inline void Foam::STLtriangle::read(istream& is) |
| 88 | { |
| 89 | is.read(reinterpret_cast<char*>(this), 4*sizeof(STLpoint)); |
| 90 | is.read(reinterpret_cast<char*>(&attrib_), sizeof(STLattrib)); |
| 91 | } |
| 92 | |
| 93 | |
| 94 | inline void Foam::STLtriangle::write(ostream& os) |
no outgoing calls
no test coverage detected