Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
PartialDeserializedTprFile Struct Reference

#include <gromacs/fileio/tpxio.h>

+ Collaboration diagram for PartialDeserializedTprFile:

Description

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.
 

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