|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/selection/selectionoptionmanager.h"#include <cstdio>#include <filesystem>#include <memory>#include <string>#include <vector>#include "gromacs/selection/selection.h"#include "gromacs/selection/selectioncollection.h"#include "gromacs/selection/selectionoption.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/stringutil.h"#include "selectionoptionstorage.h"
Include dependency graph for selectionoptionmanager.cpp:Implements gmx::SelectionOptionManager.
Classes | |
| class | gmx::SelectionOptionManager::Impl |
| Private implemention class for SelectionOptionManager. More... | |
| struct | gmx::SelectionOptionManager::Impl::SelectionRequest |
| Request for postponed parsing of selections. More... | |
| class | gmx::SelectionOptionManager::Impl::RequestsClearer |
| Helper class that clears a request list on scope exit. More... | |
1.8.5