Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
trajectoryreader.cpp File Reference
#include "gmxpre.h"
#include "testutils/trajectoryreader.h"
#include <memory>
#include <string>
#include "gromacs/fileio/oenv.h"
#include "gromacs/fileio/trxio.h"
#include "gromacs/trajectory/trajectoryframe.h"
#include "gromacs/utility/exceptions.h"
#include "testutils/testasserts.h"
#include "testutils/testmatchers.h"
+ Include dependency graph for trajectoryreader.cpp:

Description

Implementions of related classes for tests that want to inspect trajectories produced by mdrun.

Author
Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Functions

static t_trxframe * gmx::test::make_trxframe ()
 Helper function to obtain resources.
 
void gmx::test::done_trxframe (t_trxframe *fr)
 Helper function to free all resources. More...