Gromacs
2020-beta1
|
#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, 3 *3 > | matrix_ = {} |
Skew matrix for crystallographic unit cell in Ångström. | |
std::array< float, 3 > | translation_ = {} |
Translation of crystallographic unit cell in Ångström. | |