Reference documentation for deal.II version 9.6.0
|
This is the complete list of members for HDF5::DataSet, including all inherited members.
DataSet(const std::string &name, const hid_t &parent_group_id, bool mpi) | HDF5::DataSet | protected |
DataSet(const std::string &name, const hid_t &parent_group_id, const std::vector< hsize_t > &dimensions, const std::shared_ptr< hid_t > &t_type, const bool mpi) | HDF5::DataSet | protected |
dataspace | HDF5::DataSet | private |
dimensions | HDF5::DataSet | private |
get_attribute(const std::string &attr_name) const | HDF5::HDF5Object | |
get_attribute(const std::string &attr_name) const | HDF5::HDF5Object | inline |
get_dimensions() const | HDF5::DataSet | |
get_global_no_collective_cause() | HDF5::DataSet | |
get_global_no_collective_cause_as_hdf5_type() | HDF5::DataSet | |
get_io_mode() | HDF5::DataSet | |
get_io_mode_as_hdf5_type() | HDF5::DataSet | |
get_local_no_collective_cause() | HDF5::DataSet | |
get_local_no_collective_cause_as_hdf5_type() | HDF5::DataSet | |
get_name() const | HDF5::HDF5Object | |
get_query_io_mode() const | HDF5::DataSet | |
get_rank() const | HDF5::DataSet | |
get_size() const | HDF5::DataSet | |
global_no_collective_cause | HDF5::DataSet | private |
Group class | HDF5::DataSet | friend |
hdf5_reference | HDF5::HDF5Object | protected |
HDF5Object(const std::string &name, const bool mpi) | HDF5::HDF5Object | protected |
io_mode | HDF5::DataSet | private |
local_no_collective_cause | HDF5::DataSet | private |
mpi | HDF5::HDF5Object | protected |
name | HDF5::HDF5Object | protected |
query_io_mode | HDF5::DataSet | private |
rank | HDF5::DataSet | private |
read() | HDF5::DataSet | |
read_hyperslab(const std::vector< hsize_t > &offset, const std::vector< hsize_t > &count) | HDF5::DataSet | |
read_hyperslab(const std::vector< hsize_t > &data_dimensions, const std::vector< hsize_t > &offset, const std::vector< hsize_t > &stride, const std::vector< hsize_t > &count, const std::vector< hsize_t > &block) | HDF5::DataSet | |
read_none() | HDF5::DataSet | |
read_selection(const std::vector< hsize_t > &coordinates) | HDF5::DataSet | |
set_attribute(const std::string &attr_name, const T value) | HDF5::HDF5Object | |
set_attribute(const std::string &attr_name, const std::string value) | HDF5::HDF5Object | inline |
set_query_io_mode(const bool new_query_io_mode) | HDF5::DataSet | |
size | HDF5::DataSet | private |
write(const Container &data) | HDF5::DataSet | |
write_hyperslab(const Container &data, const std::vector< hsize_t > &offset, const std::vector< hsize_t > &count) | HDF5::DataSet | |
write_hyperslab(const Container &data, const std::vector< hsize_t > &data_dimensions, const std::vector< hsize_t > &offset, const std::vector< hsize_t > &stride, const std::vector< hsize_t > &count, const std::vector< hsize_t > &block) | HDF5::DataSet | |
write_none() | HDF5::DataSet | |
write_selection(const Container &data, const std::vector< hsize_t > &coordinates) | HDF5::DataSet |