moab
|
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <iostream>
#include "ReadHDF5Dataset.hpp"
#include "moab_mpe.h"
#include <H5Dpublic.h>
#include <H5Tpublic.h>
#include <H5Ppublic.h>
#include <H5Spublic.h>
Go to the source code of this file.
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | HDF5_16API (H5_VERS_MAJOR < 2 && H5_VERS_MINOR < 8) |
Functions | |
static std::pair< int, int > | moab::allocate_mpe_state (const char *, const char *) |
Variables | |
const size_t | moab::DEFAULT_HYPERSLAB_SELECTION_LIMIT = 200 |
Definition in file ReadHDF5Dataset.cpp.
#define HDF5_16API (H5_VERS_MAJOR < 2 && H5_VERS_MINOR < 8) |
Definition at line 24 of file ReadHDF5Dataset.cpp.