Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions | Variables
trjconv.cpp File Reference
#include "gmxpre.h"
#include "gromacs/tools/trjconv.h"
#include "config.h"
#include <cstring>
#include <string>
#include <tuple>
#include "gromacs/utility/stringutil.h"
#include "testutils/cmdlinetest.h"
#include "testutils/simulationdatabase.h"
#include "testutils/stdiohelper.h"
#include "testutils/textblockmatchers.h"
#include "testutils/trajectoryreader.h"
+ Include dependency graph for trjconv.cpp:

Description

Tests for gmx trjconv.

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

Typedefs

using gmx::test::anonymous_namespace{trjconv.cpp}::DumpTestParameters = std::tuple< const char *, double >
 

Functions

std::string gmx::test::anonymous_namespace{trjconv.cpp}::nameOfTrjconvWithDifferentInputFormatsTest (const testing::TestParamInfo< const char * > &info)
 Help GoogleTest name our test cases.
 
std::string gmx::test::anonymous_namespace{trjconv.cpp}::nameOfTrjconvDumpTest (const testing::TestParamInfo< DumpTestParameters > &info)
 Help GoogleTest name our test cases.
 

Variables

const char *const gmx::test::anonymous_namespace{trjconv.cpp}::trajectoryFileNames []
 Helper array of input files present in the source repo database. These all have two identical frames of two SPC water molecules, which were generated via trjconv from the .gro version. More...