Gromacs
2021.6
|
#include <string>
#include <vector>
#include "gromacs/math/multidimarray.h"
#include "gromacs/mdspan/extensions.h"
#include "gromacs/utility/classhelpers.h"
Declars mrc/ccp4-file format handling.
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::MrcDensityMapOfFloatReader |
Read an mrc/ccp4 file that contains float values. More... | |
class | gmx::MrcDensityMapOfFloatFromFileReader |
Read an mrc density map from a given file. More... | |
class | gmx::MrcDensityMapOfFloatWriter |
Write an mrc/ccp4 file that contains float values. More... | |