Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Molecular_conformation

Classes

class  T_Conformation_builder_cartesian_default< Conformation_ >
 Default builder for conformations with cartesian coordinates,. More...
class  T_Conformation_traits< Conformation >
 Traits class to be specialized. More...
struct  T_Conformation_with_covalent_structure< ConformationBase, CovalentStructure >
 Class enhancing a conformation with a covalent structure e.g. from the package Molecular_covalent_structure. More...
struct  T_Conformation_with_height< ConformationBase, HeightType >
 provides the struct SBL::CSB::T_Conformation_with_implicit_height which enhances a conformation with coordinates by adding a height. More...
struct  T_Conformation_with_implicit_height< ConformationBase, HeightFunctor >
 Provides the struct SBL::CSB::T_Conformation_with_implicit_height which enhances a conformation with coordinates by adding a height and also takes a functor to apply a function to the height. More...
class  T_Conformation_loader< Conformation_builder_ >
 Class for loading conformations from a list of PDB / cif files, or from a plain txt file listing the conformations as Point_d. Class for loading conformations from a list of PDB / cif files, or from a plain txt file listing the conformations as Point_d. More...

Description