#include <coarse_creators.h>
Public Member Functions | |
template<class Output_iterator > | |
int | operator() (const Residue &res, Output_iterator out) const |
Static Public Member Functions | |
static const std::string | info () |
Creator of a coarse grain model using one pseudo-atom centered at the atom closest to the barycenter of the side-chain and the C-alpha of a residue. These atoms are identified using the global function ESBTL::is_side_chain_or_CA.
Residue | is the coarse grain residue type used. |
FT_ | is the number type of the coordinates. |
static const std::string ESBTL::Coarse_creator_closest_to_barycenter< Residue, FT_ >::info | ( | ) | [inline, static] |
int ESBTL::Coarse_creator_closest_to_barycenter< Residue, FT_ >::operator() | ( | const Residue & | res, |
Output_iterator | out | ||
) | const [inline] |