Gromacs
2024.4
|
#include <gromacs/mdrun/simulatorbuilder.h>
Handle to information about the box.
Design note: The client may own the BoxDeformation via std::unique_ptr, but we are not transferring ownership at this time. (May be the subject of future changes.)
Public Member Functions | |
BoxDeformationHandle (BoxDeformation *boxDeformation) | |
Build handle to box stuff. | |
Public Attributes | |
BoxDeformation * | deform |
Internal storage for handle. | |