Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <line_selectors.h>
This class is a line selector using atom selectors to defines the systems. Each template parameter is a function object following the concept of Atom selection and define one system per template parameter. This class can be provided one to ten template parameters. If the code is compiled using the c++0x standard, the number of template parameters is not limited (use -std=c++0x with gcc).
Ti | is a function object following the concept Atom selection. |