|
Gromacs
2023.4
|
#include <gromacs/fileio/mrcdensitymap.h>
Write an mrc/ccp4 file that contains float values.
Public Member Functions | |
| MrcDensityMapOfFloatWriter (const MrcDensityMapHeader &header, ArrayRef< const float > data) | |
| Construct by setting the data and the header. More... | |
| void | write (ISerializer *serializer) const |
| Serialize the mrc density data. | |
| gmx::MrcDensityMapOfFloatWriter::MrcDensityMapOfFloatWriter | ( | const MrcDensityMapHeader & | header, |
| ArrayRef< const float > | data | ||
| ) |
Construct by setting the data and the header.
| if | the header data description does not match the provided data |
| [in] | header | mrc density map header |
| [in] | data | the density map data |
1.8.5