Gromacs
2020.4
|
#include <cstdio>
#include <vector>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/alignedallocator.h"
#include "gromacs/utility/arrayref.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 Grid. This class holds many methods, but more are const methods that compute properties of the state.
Classes | |
class | gmx::BiasState |
The state of a bias. More... | |
Variables | |
static const int | gmx::c_linewidth = 80 - 2 |
Linewidth used for warning output. | |
static const int | gmx::c_indent = 0 |
Indent used for warning output. | |