sg_types.hxx File Reference

Commonly used types I don't want to have to keep redefining. More...

#include <simgear/compiler.h>
#include <vector>
#include <simgear/math/point3d.hxx>

Go to the source code of this file.

Classes

class  point2d
 Simple 2d point class where members can be accessed as x, dist, or lon and y, theta, or lat. More...

Typedefs

typedef vector< int > int_list
 STL vector list of ints.
typedef int_list::iterator int_list_iterator
typedef int_list::const_iterator const_int_list_iterator
typedef vector< double > double_list
 STL vector list of doubles.
typedef double_list::iterator double_list_iterator
typedef double_list::const_iterator const_double_list_iterator
typedef vector< Point3Dpoint_list
 STL vector list of Point3D.
typedef point_list::iterator point_list_iterator
typedef point_list::const_iterator const_point_list_iterator
typedef vector< string > string_list
 STL vector list of strings.
typedef string_list::iterator string_list_iterator
typedef string_list::const_iterator const_string_list_iterator


Detailed Description

Commonly used types I don't want to have to keep redefining.

Definition in file sg_types.hxx.


Generated on Mon Dec 17 09:30:56 2007 for SimGear by  doxygen 1.5.1