Gromacs
2025-dev-20240910-a7e2421
|
#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 |