Gromacs
2026.0-dev-20241204-d69d709
|
Private implementation class for MrcDensityMapOfFloatWriter.
Public Member Functions | |
Impl (const MrcDensityMapHeader &header, ArrayRef< const float > data) | |
Construct mrc file writer by providing header and data to be written. | |
void | write (ISerializer *serializer) const |
Write the header and data from the writer to a given serialier. | |
Public Attributes | |
const MrcDensityMapHeader | header_ |
The mrc density map header data. | |
const ArrayRef< const float > | data_ |
The density data. | |