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...
 
class  T_Conformation_traits< CGAL::Point_d< Kernel > >
 Class specializing SBL::CSB::T_Conformation_traits by storing the conformation as Point_d. More...
 
class  T_Conformation_traits< std::vector< NT > >
 Class specializing SBL::CSB::T_Conformation_traits by storing the conformation as a vector of coordinates of a user-specified type. More...
 
class  T_Conformation_traits< T_Conformation_as_vector< NT > >
 
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...
 
class  T_Conformation_traits< T_Conformation_with_covalent_structure< ConformationBase, CovalentStructure > >
 Class specializing SBL::CSB::T_Conformation_traits by storing the conformation enhanced by a molecular covalent structure (SBL::CSB::T_Conformation_with_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...
 
class  T_Conformation_traits< T_Conformation_with_height< ConformationBase, HeightType > >
 Class specializing SBL::CSB::T_Conformation_traits by storing the conformation enhanced by a height. (SBL::CSB::T_Conformation_with_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_traits< T_Conformation_with_implicit_height< ConformationBase, HeightFunctor > >
 Class specializing SBL::CSB::T_Conformation_traits by storing the conformation enhanced by a height and a function applying onto the height. (SBL::CSB::T_Conformation_with_implicit_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