![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Computes the cartesian coordinates from the internal coordinates and the covalent structure of a molecular conformation. More...
#include <Molecular_cartesian_coordinates.hpp>
Constructors | |
| T_Molecular_cartesian_coordinates (void) | |
| Builds an empty covalent structure. More... | |
Functor | |
| template<class DistanceMap , class BondAngleMap , class DihedralAngleMap > | |
| ConformationType | operator() (const CovalentStructure &S, const DistanceMap &distances, const BondAngleMap &bond_angles, const DihedralAngleMap &dihedral_angles) |
| Builds a conformation with cartesian coordinates from the input internal coordinates. More... | |
Computes the cartesian coordinates from the internal coordinates and the covalent structure of a molecular conformation.
Computes the cartesian coordinates from the internal coordinates and the covalent structure of a molecular conformation.
| ConformationType | Representation of the output conformation with cartesian coordinates. |
| CovalentStructure | Graph representing the covalent structure of a conformation. |
|
inline |
Builds an empty covalent structure.
| ConformationType operator() | ( | const CovalentStructure & | S, |
| const DistanceMap & | distances, | ||
| const BondAngleMap & | bond_angles, | ||
| const DihedralAngleMap & | dihedral_angles | ||
| ) |
Builds a conformation with cartesian coordinates from the input internal coordinates.