Gromacs
2024.4
|
#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. | |