Gromacs
2024.4
|
#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"
Implementions of related classes for tests that want to inspect trajectories produced by mdrun.
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... | |