Gromacs
2024.4
|
#include <gromacs/commandline/cmdlineprogramcontext.h>
Allows customization of the way various directories are found by CommandLineProgramContext.
For the CommandLineProgramContext constructors that do not take this interface as a parameter, a default implementation is used that forwards the calls to the corresponding methods in gmx::Path.
Public Member Functions | |
virtual std::filesystem::path | getWorkingDirectory () const =0 |
Returns the working directory when the program was launched. | |
virtual std::vector < std::filesystem::path > | getExecutablePaths () const =0 |
Returns list of paths where executables are searched for. More... | |