Gromacs  2025-dev-20241003-bd59e46
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/gyrate.h"
#include <string>
#include <tuple>
#include <gtest/gtest-param-test.h>
#include <gtest/gtest.h>
#include "gromacs/utility/stringutil.h"
#include "testutils/cmdlinetest.h"
#include "testutils/testasserts.h"
#include "testutils/textblockmatchers.h"
#include "testutils/xvgtest.h"
#include "moduletest.h"
+ Include dependency graph for gyrate.cpp:

Description

Tests for functionality of the "gyrate" trajectory analysis module.

Author
Vladimir Basov vovab.nosp@m.asov.nosp@m.830@g.nosp@m.mail.nosp@m..com
Alexey Shvetsov alexx.nosp@m.yum@.nosp@m.gmail.nosp@m..com

Classes

class  gmx::test::GyrateModuleTest
 Test fixture for the gyrate analysis module. More...
 

Typedefs

using gmx::test::GyrateTestParamsMerge = std::tuple< std::string, std::string >