Hdf5 utilities Code
Status: Beta
Brought to you by:
forderud
File | Date | Author | Commit |
---|---|---|---|
README.txt | 2009-12-18 | fredrior | [r23] |
hdfutil.cpp | 2009-12-18 | fredrior | [r21] renamed files. |
hdfutil.hpp | 2009-12-18 | fredrior | [r22] preprocessor flag to disable boost usage. |
hdfutil.vcproj | 2009-12-18 | fredrior | [r21] renamed files. |
test_code.cpp | 2009-12-18 | fredrior | [r22] preprocessor flag to disable boost usage. |
== HdfUtil == Developed by Fredrik Orderud, 2009. HdfUtil is a collection of small utility functions to simplify storage and loading of scalar, vectors, matrices and N-dim tables of "any" type through the HDF5 C++ interface. == Dependencies == HDF5 C++ library: Environment variable: RCTL_HDF Boost C++ libraries (optional, for ublas vector and matrix support): Environment variable: RCTL_BOOST