RMF
|
Handle read/write of Model data from/to files. More...
#include "RMF/config.h"
#include "handle.h"
#include "infrastructure_macros.h"
#include "RMF/internal/errors.h"
#include "RMF/ID.h"
#include "internal/types.h"
#include <hdf5.h>
#include <algorithm>
#include <boost/cstdint.hpp>
#include <limits>
Go to the source code of this file.
Namespaces | |
RMF | |
The namespace for all functionality in the library. | |
RMF::HDF5 | |
The namespace for all HDF5 functionality in the library. | |
Typedefs | |
typedef char | RMF::HDF5::Char |
typedef std::string | RMF::HDF5::Chars |
typedef float | RMF::HDF5::Float |
typedef std::vector< Float > | RMF::HDF5::Floats |
typedef std::vector< Floats > | RMF::HDF5::FloatsList |
typedef int | RMF::HDF5::Index |
typedef std::vector< Index > | RMF::HDF5::Indexes |
typedef std::vector< Indexes > | RMF::HDF5::IndexesList |
typedef int | RMF::HDF5::Int |
typedef std::vector< Int > | RMF::HDF5::Ints |
typedef std::vector< Ints > | RMF::HDF5::IntsList |
typedef std::string | RMF::HDF5::String |
typedef std::vector< String > | RMF::HDF5::Strings |
typedef std::vector< Strings > | RMF::HDF5::StringsList |
Functions | |
template<class OutType , class InType > | |
OutType | RMF::HDF5::get_as (InType in) |
template<class OutType , class InType > | |
OutType | RMF::HDF5::get_as (const std::vector< InType > in) |
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file HDF5/types.h.