#include <VFile.h>
Inheritance diagram for VFile:

Public Member Functions | |
| VFile (const char *filename, const char *dataset, int ichannel=0, const char *sds_time=NULL, const char *sds_latitude="Latitude", const char *sds_longitude="Longitude") | |
| virtual std::string | filename () const |
| virtual std::string | dataset () const |
| virtual | ~VFile () |
| virtual void | get_calibration (double &slope, double &offset) const =0 |
| virtual coord_type * | lat () const =0 |
| virtual coord_type * | lon () const =0 |
| virtual time_type * | time () const =0 |
| virtual data_type * | data () const =0 |
| virtual std::vector< int > | dimensions () const |
| virtual int | rank () const |
| virtual int | dimension (int idim) const |
Protected Attributes | |
| char | latlon_filename_ [STRING_MAXLEN+1] |
| char | time_filename_ [STRING_MAXLEN+1] |
| char | data_filename_ [STRING_MAXLEN+1] |
| char | sds_lat_ [STRING_MAXLEN+1] |
| char | sds_lon_ [STRING_MAXLEN+1] |
| char | sds_time_ [STRING_MAXLEN+1] |
| char | sds_data_ [STRING_MAXLEN+1] |
| int | ichannel_ |
| std::vector< int > | dimensions_ |
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Implemented in VHdf, VModis, and VXRIT_SEVIRI. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Implemented in VHdf, VHdf_Seviri, VIIR, VModis, and VXRIT_SEVIRI. |
|
|
Implemented in VHdf, VModis, and VXRIT_SEVIRI. |
|
|
Implemented in VHdf, VModis, and VXRIT_SEVIRI. |
|
|
|
|
|
Implemented in VHdf, VModis, and VXRIT_SEVIRI. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1