#include <iostream>#include <iomanip>#include <cmath>#include "colvar.h"#include "colvarmodule.h"#include "colvarvalue.h"#include "colvarparse.h"Go to the source code of this file.
Classes | |
| class | colvar_grid< T > |
| Grid of values of a function of several collective variables. More... | |
| class | colvar_grid_count |
| Colvar_grid derived class to hold counters in discrete n-dim colvar space. More... | |
| class | colvar_grid_scalar |
| Class for accumulating a scalar function on a grid. More... | |
| class | colvar_grid_gradient |
| Class for accumulating the gradient of a scalar function on a grid. More... | |
1.3.9.1