Command line tool that extracts the data of a SDS issued of an HDF file, and write it as binary. Usage: s [-v] [-overwrite] -isds=<sds index>=""> -of=<output file>=""> <input file>="">. More...
#include <stdio.h>
#include "mfhdf.h"
Defines | |
#define | MAX_NAME_LENGTH 200 |
Functions | |
size_t | hdf_sizeof (const int32 data_type) |
returns the memory size used by the given hdf data type | |
int | main (int argc, char *argv[]) |
command line tool entry point |
Command line tool that extracts the data of a SDS issued of an HDF file, and write it as binary. Usage: s [-v] [-overwrite] -isds=<sds index>=""> -of=<output file>=""> <input file>="">.
----------------------------------------------------------------------------
History : 2006-03-15 : creation
----------------------------------------------------------------------------
size_t hdf_sizeof | ( | const int32 | data_type | ) |
returns the memory size used by the given hdf data type
data_type | the type code used in HDF files (DFNT_CHAR8, DFNT_UCHAR8...) |
Referenced by main().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
command line tool entry point
argc | as usual | |
argv[] | as usual |
References hdfatt::data, hdf_sizeof(), and verbose.