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 doublea
public doubleb
public doublec
public doublealpha
public doublebeta
public doublegamma
publicCell() = default
public inline explicitCell(const gemmi::UnitCell & cell)
public inlineCell(double a, double b, double c, double alpha, double beta, double gamma)
public inline gemmi::UnitCellto_gemmi_cell() const
Last modified: 23 November 2024