Gromacs
2024.4
|
#include <gromacs/modularsimulator/trajectoryelement.h>
Build the TrajectoryElement
This builder allows clients to register with the trajectory element as writer clients. The builder then builds the trajectory element.
Public Member Functions | |
void | registerWriterClient (ITrajectoryWriterClient *client) |
Allows clients to register as trajectory writers. | |
template<typename... Args> | |
std::unique_ptr < TrajectoryElement > | build (Args &&...args) |
Build the TrajectoryElement. | |