#include <VHdf.h>
Inheritance diagram for VHdf:
Public Member Functions | |
VHdf (const char *filename, const char *dataset, int ichannel=0, const char *sds_time=NULL, const char *sds_latitude="Latitude", const char *sds_longitude="Longitude") | |
int | ichannel () |
virtual void | get_calibration (double &slope, double &offset) const |
coord_type * | lat () const |
coord_type * | lon () const |
time_type * | time () const |
data_type * | data () const |
virtual | ~VHdf () |
Protected Member Functions | |
virtual void | read_data_2D (const char *dataset) |
virtual void | read_data_3D (const char *dataset, int ichannel) |
virtual void | read_lat_lon_time ()=0 |
virtual void | destroy () |
Protected Attributes | |
float32 * | lat_ |
float32 * | lon_ |
time_type * | time_ |
uint16 * | data_ |
|
|
|
|
|
Implements VFile. Reimplemented in VModis. |
|
Reimplemented in VModis. |
|
Implements VFile. Reimplemented in VHdf_Seviri, VIIR, and VModis. |
|
Reimplemented in VModis. |
|
Implements VFile. Reimplemented in VModis. |
|
Implements VFile. Reimplemented in VModis. |
|
|
|
|
|
Implemented in VHdf_Seviri, VIIR, and VModis. |
|
Implements VFile. Reimplemented in VModis. |
|
|
|
|
|
|
|
|