|
Gromacs
2026.0-dev-20251105-11eb1db
|
#include <gromacs/fileio/tpxio.h>
Contains the partly deserialized contents of a TPR file.
Convenience struct that holds a fully deserialized TPR file header, and the body of the TPR file as char buffer that can be deserialized independently from the header.
Public Attributes | |
| TpxFileHeader | header |
| The file header. | |
| std::vector< char > | body |
| The file body. | |
| PbcType | pbcType = PbcType::Unset |
| Flag for PBC needed by legacy implementation. | |
1.8.5