Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
ioutputadapter.h File Reference
#include <memory>
#include "gromacs/utility/classhelpers.h"
#include "enums.h"
+ Include dependency graph for ioutputadapter.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares gmx::IOutputAdapter interface for modifying coordinate file structures before writing them to disk.

Author
Paul Bauer paul..nosp@m.baue.nosp@m.r.q@g.nosp@m.mail.nosp@m..com

Classes

class  gmx::IOutputAdapter
 OutputAdapter class for handling trajectory file flag setting and processing. More...
 

Typedefs

using gmx::OutputAdapterPointer = std::unique_ptr< IOutputAdapter >
 Smart pointer to manage the frame adapter object.