ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <h5md_specification.hpp>
Public Member Functions | |
std::string | path () const |
Public Attributes | |
std::string | group |
std::string | name |
hsize_t | rank |
hid_t | type |
hsize_t | data_dim |
bool | is_link |
Definition at line 41 of file h5md_specification.hpp.
|
inline |
Definition at line 42 of file h5md_specification.hpp.
hsize_t Writer::H5md::H5MD_Specification::Dataset::data_dim |
Definition at line 48 of file h5md_specification.hpp.
std::string Writer::H5md::H5MD_Specification::Dataset::group |
Definition at line 44 of file h5md_specification.hpp.
Referenced by Writer::H5md::H5MD_Specification::H5MD_Specification(), and path().
bool Writer::H5md::H5MD_Specification::Dataset::is_link |
Definition at line 49 of file h5md_specification.hpp.
std::string Writer::H5md::H5MD_Specification::Dataset::name |
Definition at line 45 of file h5md_specification.hpp.
Referenced by path().
hsize_t Writer::H5md::H5MD_Specification::Dataset::rank |
Definition at line 46 of file h5md_specification.hpp.
hid_t Writer::H5md::H5MD_Specification::Dataset::type |
Definition at line 47 of file h5md_specification.hpp.