|
Gromacs
2026.0-dev-20251111-8c1ac59
|
#include <gromacs/fileio/mrcdensitymap.h>
Write an mrc/ccp4 file that contains float values.
Classes | |
| class | Impl |
| Private implementation class for MrcDensityMapOfFloatWriter. More... | |
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