|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "testutils/trajectoryreader.h"#include <filesystem>#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 "gromacs/utility/smalloc.h"#include "testutils/testasserts.h"#include "testutils/testmatchers.h"
Include dependency graph for trajectoryreader.cpp: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... | |
1.8.5