| 
    HDF5 Extras
    0.0.1
    
   Convenience Functions for using HDF5 Better 
   | 
 
#include <time.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <stdio.h>#include <errno.h>#include <sys/types.h>#include <limits.h>#include <float.h>#include <math.h>#include <complex.h>#include <hdf5.h>#include "sqlite3.h"#include <dlfcn.h>#include <spatialite.h>#include "ifile.h"Go to the source code of this file.
Data Structures | |
| struct | HDFFile | 
Macros | |
| #define | TRUE 1 | 
| #define | FALSE 0 | 
| #define | SQLITE_DEMOVFS_BUFFERSZ 8192 | 
| #define | MAXPATHNAME 512 | 
Typedefs | |
| typedef struct HDFFile | HDFFile | 
Functions | |
| sqlite3_vfs * | sqlite3_HDFvfs (void) | 
 1.8.9.1