Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <coarse_creators.h>
This module gathers all objects provided to create coarse grain atoms from a residue. Such an object must be a class of the following type:
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 SBL::is_backbone.
Residue | is the coarse grain residue type used. |