Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Traits class defining atoms traits (biophysical and geometric properties). Traits class defining atoms traits (biophysical and geometric properties). More...
#include <Atom_with_flat_info_traits.hpp>
Classes | |
class | Atom_with_flat_infos_builder |
Builder for containers of Particle_type. More... | |
class | Get_geometric_representation |
Functor returning a weighted point representing the atom. More... | |
Public Types | |
typedef GeometricKernel | Geometric_kernel |
Geometric primitives for representing atoms with exact coordinates, from the CGAL library. More... | |
typedef SBL::CSB::Molecular_system< SystemItems, typename Geometric_kernel::Point_3 > | Molecular_system |
Representation of a molecular system using the SBL library. More... | |
typedef Molecular_system::Atom | Atom |
Representation of an atom of a molecular system. More... | |
typedef T_Atom_with_flat_info< FT > | Particle_type |
Wrapper representing the atom. More... | |
Traits class defining atoms traits (biophysical and geometric properties). Traits class defining atoms traits (biophysical and geometric properties).
typedef Molecular_system::Atom Atom |
Representation of an atom of a molecular system.
typedef GeometricKernel Geometric_kernel |
Geometric primitives for representing atoms with exact coordinates, from the CGAL library.
typedef SBL::CSB::Molecular_system<SystemItems, typename Geometric_kernel::Point_3> Molecular_system |
Representation of a molecular system using the SBL library.
typedef T_Atom_with_flat_info<FT> Particle_type |
Wrapper representing the atom.