|
Compounds |
| class | Curve |
| | A one-dimensional bicubic-interpolated look-up table. More...
|
| class | ECEF |
| | Earth-centered, earth-fixed coordinates. More...
|
| class | Enum |
| | Represents an element in a specified Enumeration set. More...
|
| class | EnumLink |
| | Represents an element in an Enumeration set. More...
|
| class | External |
| | Holds the file system path to an external data source. More...
|
| class | GeoPos |
| | Position class using ECEF coordinates. More...
|
| class | Key |
| | A 32-bit hash key identifier. More...
|
| class | Link |
| | Class-specialized, auto-loading smart-pointer to Objects. More...
|
| class | List |
| | A packable list class based on std::vector. More...
|
| class | LLA |
| | Latitude, longitude, and altitude coordinates. More...
|
| class | LUT |
| | N-dimensional lookup table. More...
|
| class | Matrix3 |
| | A three-by-three matrix class using double-precision. More...
|
| class | Object |
| | Base class for all classes representing packable data objects. More...
|
| class | Path |
| | Path to an object record in a data archive. More...
|
| class | Quat |
| | Quaternion class using double-precision. More...
|
| class | Real |
| | A guassian distributed floating-point value. More...
|
| class | SimDate |
| | Class for representing dates and times within the simulation. More...
|
| class | Table |
| | A two-dimensional bicubic-interpolated look up table. More...
|
| class | UTM |
| | Universal Transverse Mercator and altitude coordinates. More...
|
| class | Vector3 |
| | A three-dimensional vector class using double-precision. More...
|
Typedefs |
| typedef LUT< 1, float > | Table1 |
| | A one-dimensional interpolated lookup table using single-precision floats.
|
| typedef LUT< 2, float > | Table2 |
| | A two-dimensional interpolated lookup table using single-precision floats.
|
| typedef LUT< 3, float > | Table3 |
| | A three-dimensional interpolated lookup table using single-precision floats.
|