Utopia 2
Framework for studying models of complex & adaptive systems.
|
This file provides a class for creating and managing groups in a HDF5 file, which then can create other objects (groups and datasets) inside of them. More...
#include <string>
#include <vector>
#include <hdf5.h>
#include <hdf5_hl.h>
#include "hdfattribute.hh"
#include "hdfdataset.hh"
#include "hdfobject.hh"
#include "hdfutilities.hh"
Go to the source code of this file.
Classes | |
class | Utopia::DataIO::HDFGroup |
Class represting a HDFGroup, an object analogous to a folder for HDFFiles. More... | |
Namespaces | |
namespace | Utopia |
namespace | Utopia::DataIO |
Functions | |
void | Utopia::DataIO::swap (HDFGroup &lhs, HDFGroup &rhs) |
Swap lhs and rhs. | |
This file provides a class for creating and managing groups in a HDF5 file, which then can create other objects (groups and datasets) inside of them.