Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Molecular_system< System_items_with_SSE, Point > Class Template Reference

#include <molecular_system_with_SSE.h>

Detailed Description

template<class Point>
class ESBTL::Molecular_system< System_items_with_SSE, Point >

A class representing a molecular system.

Template Parameters
Itemsis a class gathering wrapper defining model, chain , residue and atom types (see Default_system_items or System_items_with_coarse_grain for example).
Pointis a point type with coordinates const access methods x(), y() and z().