|
ROPO
|
Public Attributes | |
| int | width |
| int | height |
| int | channels |
| int | area |
| int | volume |
| int | max_value |
| int | sweep_count |
| int * | heights |
| float | bin_depth |
| float | elevation_angle |
| Byte * | array |
| RaveDataType | original_type |
| double | original_nodata |
| double | original_undetect |
| double | original_gain |
| double | original_offset |
| double * | original |
| CoordOverflowHandler | coord_overflow_handler_x |
| CoordOverflowHandler | coord_overflow_handler_y |
| char | comment_string [MAX_COMMENT_LENGTH] |
| FmiImageFormat | format |
| FmiImageType | type |
Definition at line 128 of file fmi_image.h.
| int area |
Definition at line 136 of file fmi_image.h.
| Byte* array |
Definition at line 147 of file fmi_image.h.
| float bin_depth |
Definition at line 142 of file fmi_image.h.
| int channels |
Definition at line 134 of file fmi_image.h.
| char comment_string[MAX_COMMENT_LENGTH] |
Definition at line 158 of file fmi_image.h.
| CoordOverflowHandler coord_overflow_handler_x |
Definition at line 156 of file fmi_image.h.
| CoordOverflowHandler coord_overflow_handler_y |
Definition at line 156 of file fmi_image.h.
| float elevation_angle |
Definition at line 143 of file fmi_image.h.
| FmiImageFormat format |
Definition at line 159 of file fmi_image.h.
| int height |
Definition at line 134 of file fmi_image.h.
| int* heights |
Definition at line 140 of file fmi_image.h.
| int max_value |
Definition at line 137 of file fmi_image.h.
| double* original |
the original data if it was greater than byte
Definition at line 154 of file fmi_image.h.
| double original_gain |
Definition at line 152 of file fmi_image.h.
| double original_nodata |
Definition at line 150 of file fmi_image.h.
| double original_offset |
Definition at line 153 of file fmi_image.h.
| RaveDataType original_type |
Definition at line 149 of file fmi_image.h.
| double original_undetect |
Definition at line 151 of file fmi_image.h.
| int sweep_count |
Definition at line 139 of file fmi_image.h.
| FmiImageType type |
Definition at line 160 of file fmi_image.h.
| int volume |
Definition at line 136 of file fmi_image.h.
| int width |
Definition at line 134 of file fmi_image.h.