Definition in file _QGAR_GenPoint.TCC.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Point serialization/deserialization operators | |
| |
| template<class T> | |
| std::istream & | qgar::operator>> (std::istream &anInStream, GenPoint< T > &aPt) |
| Deserialize a point (read it from an input stream). | |
| template<class T> | |
| std::ostream & | qgar::operator<< (std::ostream &anOutStream, const GenPoint< T > &aPt) |
| Serialize a point (write it into an output stream). | |