Gromacs
2025-dev-20241003-bd59e46
|
#include <gromacs/fileio/mrcdensitymapheader.h>
Skew matrix and translation. As named in "EMDB Map Distribution Format Description Version 1.01 (c) emdatabank.org 2014".
Public Attributes | |
bool | valid_ = false |
True if skew matrix is stored. | |
std::array< float, DIM *DIM > | matrix_ = {} |
Skew matrix for crystallographic unit cell in Ångström. | |
std::array< float, DIM > | translation_ = {} |
Translation of crystallographic unit cell in Ångström. | |