Definition in file GenPointChain.H.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Classes | |
| class | qgar::GenPointChain< T > |
| Chain of points having coordinates of type T. More... | |
Predefined point chain types | |
| typedef GenPointChain< int > | qgar::PointChain |
| Chain of points with integer coordinates. | |
| typedef GenPointChain< int > | qgar::IPointChain |
| Chain of points with integer coordinates. | |
| typedef GenPointChain< float > | qgar::FPointChain |
| Chain of points with float coordinates. | |
| typedef GenPointChain< double > | qgar::DPointChain |
| Chain of points with double coordinates. | |