![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <coarse_grain.h>
Public Member Functions | |
| template<class Coarse_creator > | |
| int | create_coarse_atoms (const Coarse_creator &creator) |
| void | add_coarse_atom (const typename Residue::Atom::Point_3 &pt, unsigned i=0) |
A coarse-grain residue type
| Residue | is a base residue class. |
| Chain | is a chain type. |
| Coarse_atom_ | is the Coarse-grain atom type used. |
|
inline |
Method to insert a coarse grain atoms using a point.
| pt | is the coordinates of the pseudo-atom to be added. |
| i | is the index of the pseudo-atom (when a residue is modeled by several). |
|
inline |
Method to insert the coarse grain atoms into that residue, using a coarse grain atom creator.
| A | coarse grain atom creator model of the concept of Coarse grain creator. |