|
YAC 3.12.0
Yet Another Coupler
|

Data Fields | ||
| enum yac_point_selection_type | type | |
| union { | ||
| struct { | ||
| double center_lon | ||
| double center_lat | ||
| double inc_angle | ||
| } bnd_circle | ||
| } | data | |
Definition at line 12 of file point_selection.c.
| struct { ... } yac_point_selection::bnd_circle |
| double yac_point_selection::center_lat |
Definition at line 17 of file point_selection.c.
| double yac_point_selection::center_lon |
Definition at line 16 of file point_selection.c.
| union { ... } yac_point_selection::data |
| double yac_point_selection::inc_angle |
Definition at line 18 of file point_selection.c.
| enum yac_point_selection_type yac_point_selection::type |
Definition at line 13 of file point_selection.c.