Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <atom_classifier.h>
Static Public Member Functions | |
static void | handle_extra (std::stringstream &ss) |
template<class Dictionary > | |
static unsigned | add_classification (std::stringstream &ss, Dictionary &dict) |
Property class associating a name and a radius to an atom.
|
inlinestatic |
Function adding the classification of an atom type.
Dictionary | an associative container, mapping a Query_type to the index of a property. |
ss | is a string stream containing the classification of an atom type. ss must contains in this order the residue name, the atom name and the index of the property (ex: ALA N 5) |
dict | is the container mapping atoms to the index of a property. |
|
inlinestatic |
Unused function in that class (but definition needed by the classifier).
ss | a string stream. |