Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Coarse_creator_two_barycenters< Residue > Class Template Reference

#include <coarse_creators.h>

Detailed Description

template<class Residue>
class ESBTL::Coarse_creator_two_barycenters< Residue >

Creator of a coarse grain model creating up to two pseudo-atoms: one as the barycenter of backbone atoms (if relevant) and one as the barycenter of non-barycenter atoms. Backbone atoms are identified using the global function ESBTL::is_backbone.

Template Parameters
Residueis the coarse grain residue type used.