Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Generic_line_selector< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 > Class Template Reference

#include <line_selectors.h>

Detailed Description

template<class T1, class T2, class T3, class T4, class T5, class T6, class T7, class T8, class T9, class T10>
class ESBTL::Generic_line_selector< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >

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).

Template Parameters
Tiis a function object following the concept Atom selection.