Gromacs
2025-dev-20241002-88a4191
|
#include <gromacs/coordinateio/tests/coordinate_test.h>
Helper class for tests that need an initialized selection.
Public Member Functions | |
void | addOptionForSelection (Selection *sel, bool useValid) |
Method to add a valid selection option to the Module, or an invalid one for testing. More... | |
void | setSelectionOptionValues (Options *options, Selection *sel, bool useValid) |
Set the actual values for the selection. More... | |
Options * | getOption () |
Get pointer to options to set values. More... | |
|
inline |
Method to add a valid selection option to the Module, or an invalid one for testing.
[in] | sel | Selection to add option to. |
[in] | useValid | Set if the added selection should be valid for the module. |
|
inline |
Get pointer to options to set values.
|
inline |
Set the actual values for the selection.
[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. |