Gromacs
2026.0-dev-20241106-9ba7f4d
|
#include "gmxpre.h"
#include "gromacs/selection/indexutil.h"
#include <memory>
#include <string>
#include <vector>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/topology/block.h"
#include "gromacs/topology/index.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "toputils.h"
Tests the index group handling in the selection engine.
Classes | |
class | gmx::test::anonymous_namespace{indexutil.cpp}::IndexBlockTest |
Text fixture for index block operations. More... | |
Functions | |
gmx_ana_index_t | gmx::test::anonymous_namespace{indexutil.cpp}::initGroup (gmx::ArrayRef< int > index) |
Helper for creating groups from an array. | |