![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Collector for models of ParticleAnnotator. More...
#include <Particle_annotator_collector.hpp>
Public Types | |
typedef T_Particle_annotator_collector< ParticleAnnotator1, ParticleAnnotator2 > | Self |
typedef SBL::IO::Loader_base | Base |
Public Member Functions | |
T_Particle_annotator_collector (void) | |
~T_Particle_annotator_collector (void) | |
ParticleAnnotator1 & | get_first_annotator (void) |
Returns the first annotator of this collector. More... | |
ParticleAnnotator2 & | get_second_annotator (void) |
Returns the second annotator of this collector. More... | |
Base * | get_annotator (const std::string &name) |
Returns the annotator in the collector whose instance name is the input name, or the NULL pointer if there is none. More... | |
bool | set_options (boost::program_options::options_description &options) const |
boost::program_options::options_description | add_options (void) const |
Virtual method for adding options to the module. More... | |
bool | check_options (std::string &message) const |
Checks that the input options' values are coherent. More... | |
std::string | get_output_prefix (void) const |
Returns a prefix that concatains the input line options used when running the module. More... | |
bool | load (unsigned verbose, std::ostream &out) |
Loads the data. More... | |
std::string | get_name (void) const |
Return the name of the class itself. More... | |
template<class Particle > | |
void | operator() (Particle &p) const |
Static Public Member Functions | |
static boost::program_options::options_description *& | get_options (void) |
Access to the options' description of the module. More... | |
static bool | has_options (void) |
static void | delete_options (void) |
static void | initialize_options (const std::string &caption) |
Management | |
void | set_loader_instance_name (const std::string &loader_instance_name) |
const std::string & | get_loader_instance_name (void) const |
Collector for models of ParticleAnnotator.
ParticleAnnotator1 | Annotator that will be called in first. |
ParticleAnnotator2 | Annotator that will be called in second. |
typedef SBL::IO::Loader_base Base |
typedef T_Particle_annotator_collector<ParticleAnnotator1, ParticleAnnotator2> Self |
|
inline |
|
inline |
|
inlinevirtual |
Virtual method for adding options to the module.
Reimplemented from T_Module_option_description< Dummy >.
|
inlinevirtual |
Checks that the input options' values are coherent.
Reimplemented from T_Module_option_description< Dummy >.
|
inlinestaticinherited |
|
inline |
Returns the annotator in the collector whose instance name is the input name, or the NULL pointer if there is none.
|
inline |
Returns the first annotator of this collector.
|
inlineinherited |
|
inlinevirtual |
Return the name of the class itself.
Reimplemented from Loader_base.
|
inlinestaticinherited |
Access to the options' description of the module.
|
inlinevirtual |
Returns a prefix that concatains the input line options used when running the module.
Reimplemented from T_Module_option_description< Dummy >.
|
inline |
Returns the second annotator of this collector.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinevirtual |
Loads the data.
Reimplemented from Loader_base.
|
inline |
|
inlineinherited |
|
inline |