| Lattice Microbes 2.5
    This is for whole cell modeling | 
#include <hdf5.h>#include <algorithm>#include <vector>#include <cstddef>#include <string>#include <functional>#include <numeric>#include "core/Exceptions.h"#include "core/Print.h"Go to the source code of this file.
| Classes | |
| struct | H5Lookup | 
| struct | H5MetaData | 
| Macros | |
| #define | MAX_H5_NAME 64 | 
| #define | MAX_H5L_PATH 64 | 
| Functions | |
| template<typename T> | |
| hid_t | get_h5_type_id () | 
| template<> | |
| hid_t | get_h5_type_id< char > () | 
| template<> | |
| hid_t | get_h5_type_id< unsigned char > () | 
| template<> | |
| hid_t | get_h5_type_id< short > () | 
| template<> | |
| hid_t | get_h5_type_id< unsigned short > () | 
| template<> | |
| hid_t | get_h5_type_id< int > () | 
| template<> | |
| hid_t | get_h5_type_id< unsigned int > () | 
| template<> | |
| hid_t | get_h5_type_id< long > () | 
| template<> | |
| hid_t | get_h5_type_id< unsigned long > () | 
| template<> | |
| hid_t | get_h5_type_id< long long > () | 
| template<> | |
| hid_t | get_h5_type_id< unsigned long long > () | 
| template<> | |
| hid_t | get_h5_type_id< float > () | 
| template<> | |
| hid_t | get_h5_type_id< double > () | 
| template<> | |
| hid_t | get_h5_type_id< long double > () | 
| template<typename T> | |
| H5MetaData | make_H5_meta (H5MetaData::Mode mode, const std::vector< size_t > shape, const std::string name) | 
| H5Lookup | make_H5_lookup (H5Lookup::Mode mode, const std::string path, const std::string attr="") | 
| #define MAX_H5_NAME 64 | 
| #define MAX_H5L_PATH 64 | 
| hid_t get_h5_type_id | ( | ) | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| H5MetaData make_H5_meta | ( | H5MetaData::Mode | mode, | 
| const std::vector< size_t > | shape, | ||
| const std::string | name ) |