Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::MrcDensityMapOfFloatWriter::Impl Class Reference
+ Collaboration diagram for gmx::MrcDensityMapOfFloatWriter::Impl:

Description

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.
 

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