Gromacs  2025-dev-20240910-a7e2421
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Classes | Public Member Functions
gmx::MrcDensityMapOfFloatWriter Class Reference

#include <gromacs/fileio/mrcdensitymap.h>

Description

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.
 

Constructor & Destructor Documentation

gmx::MrcDensityMapOfFloatWriter::MrcDensityMapOfFloatWriter ( const MrcDensityMapHeader header,
ArrayRef< const float >  data 
)

Construct by setting the data and the header.

Exceptions
ifthe header data description does not match the provided data
Parameters
[in]headermrc density map header
[in]datathe density map data

The documentation for this class was generated from the following files: