|
neic-glass3
1.4.6
|
traveltime namespace phase travel time classes and functions More...
Classes | |
| struct | _ZoneStatsInfoStruct |
| CZoneStats information structure. More... | |
| class | CTravelTime |
| travel time phase class More... | |
| class | CTTT |
| travel time interface class More... | |
| class | CZoneStats |
| glassutil zonestats class More... | |
Typedefs | |
| typedef struct traveltime::_ZoneStatsInfoStruct | ZoneStatsInfoStruct |
| CZoneStats information structure. More... | |
Functions | |
| bool | ZSCompareByLatLon (const ZoneStatsInfoStruct &lhs, const ZoneStatsInfoStruct &rhs) |
| ZoneStatsInfoStruct Latitude/Longitude comparison function. More... | |
traveltime namespace phase travel time classes and functions
The traveltime namespace contains various classes and functions used in the generation, calculation, and lookup of seismic phase travel times and expected distances.
| typedef struct traveltime::_ZoneStatsInfoStruct traveltime::ZoneStatsInfoStruct |
CZoneStats information structure.
ZoneStatsInfoStruct contains the information for a single line in the CZoneStats vector.
| bool traveltime::ZSCompareByLatLon | ( | const ZoneStatsInfoStruct & | lhs, |
| const ZoneStatsInfoStruct & | rhs | ||
| ) |
ZoneStatsInfoStruct Latitude/Longitude comparison function.
ZSCompareByLatLon contains the comparison function used by lower_bound when searching for data in the CZoneStats vector
1.8.11