Gromacs
2022.2
|
#include <gromacs/coordinateio/requirements.h>
Container for the user input values that will be used by the builder to determine which OutputAdapters should/could/will be registered to the coordinate file writer.
Public Member Functions | |
void | initOptions (IOptionsContainer *options) |
Populate requirements from option interface. More... | |
struct OutputRequirements | process () const |
Provide processed requirements to create on coordinate file writing method. | |
void gmx::OutputRequirementOptionDirector::initOptions | ( | IOptionsContainer * | options | ) |
Populate requirements from option interface.
[in] | options | Pointer to global options framework. |