Gromacs
2025-dev-20240910-a7e2421
|
#include <algorithm>
#include <memory>
#include <vector>
#include "gromacs/coordinateio/ioutputadapter.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/selection/selection.h"
#include "gromacs/selection/selectionoption.h"
#include "gromacs/topology/atoms.h"
#include "gromacs/utility/gmxassert.h"
Declares gmx::OutputSelector.
Classes | |
class | gmx::OutputSelector |
OutputSelector class controls setting which coordinates are actually written. More... | |
Typedefs | |
using | gmx::OutputSelectorPointer = std::unique_ptr< OutputSelector > |
Smart pointer to manage the object. | |