Functions | |
| std::istream & | operator>> (std::istream &f, model &m) |
| Parses given input stream to create a model. | |
| std::ostream & | operator<< (std::ostream &f, const model &m) |
| Writes model to the output stream. | |
| model | round_trip_model (const model &m_in) |
| std::ostream& operator<< | ( | std::ostream & | f, | |
| const model & | m | |||
| ) |
Writes model to the output stream.
| std::istream& operator>> | ( | std::istream & | f, | |
| model & | m | |||
| ) |
Parses given input stream to create a model.
1.4.7