ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Writer::H5md::H5MD_Specification Struct Reference

Layout information for H5MD files. More...

#include <h5md_specification.hpp>

Classes

struct  Dataset
 

Public Member Functions

 H5MD_Specification (unsigned int fields)
 
auto const & get_datasets () const
 
bool is_compliant (std::string const &filename) const
 

Detailed Description

Layout information for H5MD files.

In order to add a new particle property you have to add an entry to the H5MD_Specification::DATASETS member and extend the File::write() and the File::write_units() functions accordingly.

Definition at line 39 of file h5md_specification.hpp.

Constructor & Destructor Documentation

◆ H5MD_Specification()

Member Function Documentation

◆ get_datasets()

auto const & Writer::H5md::H5MD_Specification::get_datasets ( ) const
inline

Definition at line 54 of file h5md_specification.hpp.

◆ is_compliant()

bool Writer::H5md::H5MD_Specification::is_compliant ( std::string const &  filename) const
inline

Definition at line 56 of file h5md_specification.hpp.


The documentation for this struct was generated from the following files: