Definition in file AbstractGenPointChain.H.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Classes | |
| class | qgar::AbstractGenPointChain< T > |
| Base class for chain of points having coordinates of type T. More... | |
Predefined abstract point chain types | |
| typedef AbstractGenPointChain< int > | qgar::AbstChain |
| Abstract chain of points with integer coordinates. | |
| typedef AbstractGenPointChain< int > | qgar::IAbstChain |
| Abstract chain of points with integer coordinates. | |
| typedef AbstractGenPointChain< float > | qgar::FAbstChain |
| Abstract chain of points with float coordinates. | |
| typedef AbstractGenPointChain< double > | qgar::DAbstChain |
| Abstract chain of points with double coordinates. | |