Gromacs
2024.4
|
#include <gromacs/fileio/mrcdensitymap.h>
Read an mrc/ccp4 file that contains float values.
Classes | |
class | Impl |
Private implementation class for MrcDensityMapOfFloatReader. More... | |
Public Member Functions | |
MrcDensityMapOfFloatReader (ISerializer *serializer) | |
Construct from directly de-serializing data into the object. More... | |
ArrayRef< const float > | constView () const |
Return a view on the data of the density grid. | |
const MrcDensityMapHeader & | header () const |
Return the header. | |
|
explicit |
Construct from directly de-serializing data into the object.
InternalError | if serializer is not reading |
InternalError | if header is inconsistent |
if | serializer throws error upon failed reading |
[in] | serializer | Serializer to read the object data from |