Gromacs
2024.4
|
#include <cstdio>
#include <string>
#include <vector>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/alignedallocator.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxassert.h"
#include "coordstate.h"
#include "dimparams.h"
#include "histogramsize.h"
Declares the BiasState class.
The data members of this class are the state variables of the bias. All interaction from the outside happens through the Bias class, which holds important helper classes such as DimParams and BiasGrid. This class holds many methods, but more are const methods that compute properties of the state.
Classes | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
class | gmx::BiasState |
The state of a bias. More... | |
Variables | |
static const int | gmx::c_linewidth = 80 - 2 |
Linewidth used for warning output. | |