Definition in file _QGAR_GenPolyline.H.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Classes | |
| class | qgar::GenPolyline< T > |
| Geometrical polyline, with coordinates of type T. More... | |
Polyline types | |
| typedef GenPolyline< int > | qgar::Polyline |
| Polyline with integer coordinates. | |
| typedef GenPolyline< int > | qgar::IPolyline |
| Polyline with integer coordinates. | |
| typedef GenPolyline< float > | qgar::FPolyline |
| Polyline with float coordinates. | |
| typedef GenPolyline< double > | qgar::DPolyline |
| Polyline with double coordinates. | |