Sails::TorsionSet
struct Sails::TorsionSet
Structure representing a set of three torsion angles important for representing a glycosidic linkage.
@constructor TorsionSet
Parameters
psi
The psi angle.phi
The phi angle.omega
The omega angle.
Summary
Members | Descriptions |
---|---|
| |
| |
|
Members
public
Angle
psi
public
Angle
phi
public
Angle
omega
public inline
TorsionSet
(const
Angle
& psi, const
Angle
& phi, const
Angle
& omega)
public inline std::vector< double >
get_means_in_order
()
public inline std::vector< double >
get_stddev_in_order
()
Last modified: 23 November 2024