Definition in file _QGAR_GenPoint.H.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Classes | |
| class | qgar::GenPoint< T > |
| Point with coordinates of type T. More... | |
Point types | |
| typedef GenPoint< int > | qgar::Point |
| Points with integer coordinates. | |
| typedef GenPoint< int > | qgar::IPoint |
| Points with integer coordinates. | |
| typedef GenPoint< float > | qgar::FPoint |
| Points with coordinates of type float. | |
| typedef GenPoint< double > | qgar::DPoint |
| Points with coordinates of type double. | |
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). | |