Gromacs: gmx::test::ModuleSelection Class Reference

#include <gromacs/coordinateio/tests/coordinate_test.h>

+ Inheritance diagram for gmx::test::ModuleSelection:

Description

Helper class for tests that need an initialized selection.

Member Function Documentation

void gmx::test::ModuleSelection::addOptionForSelection ( Selection sel,
bool  useValid 
)
inline

Method to add a valid selection option to the Module, or an invalid one for testing.

Parameters
[in] sel Selection to add option to.
[in] useValid Set if the added selection should be valid for the module.

Options* gmx::test::ModuleSelection::getOption ( )
inline

Get pointer to options to set values.

Returns
Pointer to options.

void gmx::test::ModuleSelection::setSelectionOptionValues ( Options options,
Selection sel,
bool  useValid 
)
inline

Set the actual values for the selection.

Parameters
[in] options Option to set values for.
[in] sel Selection to use.
[in] useValid Set if the added selection should be valid for the module.

The documentation for this class was generated from the following file:

Read more here: Source link