Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GenPointChain.H File Reference


Detailed Description

Header file of class qgar::GenPointChain.

Author:
Gérald Masini, from previous work by Karl Tombre
Date:
December 15, 2003 16:16
Since:
Qgar 2.1.1

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.