#include <simgear/compiler.h>
#include <string>
#include <vector>
#include <simgear/math/point3d.hxx>
Go to the source code of this file.
Typedefs | |
| typedef vector< int > | int_list |
| STL vector list of ints. | |
| typedef vector< double > | double_list |
| STL vector list of doubles. | |
| typedef vector< Point3D > | point_list |
| STL vector list of Point3D. | |
| typedef vector< string > | string_list |
| STL vector list of strings. | |
Definition in file sg_types.hxx.
1.5.6