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

AbstractGenPointChain.H File Reference


Detailed Description

Header file of class qgar::AbstractGenPointChain.

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

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.