Sails::Cell
struct Sails::Cell
Represents a unit cell in three-dimensional space.
This struct provides a representation of a unit cell, which is a parallelepiped in three-dimensional space. It stores the parameters that define the unit cell: a, b, c (lengths of the edges) and alpha, beta, gamma (angles between the edges). It also provides a method to convert the Cell object to a gemmi::UnitCell object.
Summary
Members | Descriptions |
---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
Members
public double
a
public double
b
public double
c
public double
alpha
public double
beta
public double
gamma
public
Cell
() = default
public inline explicit
Cell
(const gemmi::UnitCell & cell)
public inline
Cell
(double a, double b, double c, double alpha, double beta, double gamma)
public inline gemmi::UnitCell
to_gemmi_cell
() const
Last modified: 23 November 2024