Gromacs  2026.0-dev-20250113-1a1a8db
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/dssp.h"
#include <filesystem>
#include <string>
#include <tuple>
#include <gtest/gtest-param-test.h>
#include <gtest/gtest.h>
#include "gromacs/utility/path.h"
#include "gromacs/utility/real.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/cmdlinetest.h"
#include "testutils/textblockmatchers.h"
#include "testutils/xvgtest.h"
#include "moduletest.h"
+ Include dependency graph for dssp.cpp:

Description

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

Author
Sergey Gorelov gorel.nosp@m.ov_s.nosp@m.v@pnp.nosp@m.i.nr.nosp@m.cki.r.nosp@m.u
Anatoly Titov titov.nosp@m._ai@.nosp@m.pnpi..nosp@m.nrck.nosp@m.i.ru
Alexey Shvetsov alexx.nosp@m.yum@.nosp@m.gmail.nosp@m..com

Classes

class  gmx::test::anonymous_namespace{dssp.cpp}::DsspModuleTest
 Test fixture for the dssp analysis module. More...
 

Typedefs

using gmx::test::anonymous_namespace{dssp.cpp}::DsspTestParams = std::tuple< std::string, std::string, std::string, real, std::string, std::string, std::string >