![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Collector for models of ParticleAnnotator. More...
#include <Particle_annotator_collector.hpp>
Public Member Functions | |
| ParticleAnnotator1 & | get_first_annotator (void) |
| Returns the first annotator of this collector. | |
| ParticleAnnotator2 & | get_second_annotator (void) |
| Returns the second annotator of this collector. | |
| 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. | |
| boost::program_options::options_description | add_options (void) override |
| Virtual method for adding options to the module. | |
| bool | check_options (std::string &message) const override |
| Checks that the input options' values are coherent. | |
| std::string | get_output_prefix (void) const override |
| Returns a prefix that concatains the input line options used when running the module. | |
| bool | load (unsigned verbose, std::ostream &out) override |
| Load function. | |
| std::string | get_name (void) const override |
| Return the name of the class itself. | |
Static Public Member Functions | |
| static boost::program_options::options_description *& | get_options (void) |
| Access to the options' description of the module. | |
Collector for models of ParticleAnnotator.
| ParticleAnnotator1 | Annotator that will be called in first. |
| ParticleAnnotator2 | Annotator that will be called in second. |
|
inlineoverridevirtual |
Virtual method for adding options to the module.
Reimplemented from T_Module_option_description< Dummy >.
|
inlineoverridevirtual |
Checks that the input options' values are coherent.
Reimplemented from T_Module_option_description< Dummy >.
|
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.
|
inlineoverridevirtual |
Return the name of the class itself.
Reimplemented from Loader_base.
|
inlinestaticinherited |
Access to the options' description of the module.
|
inlineoverridevirtual |
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.
|
inlineoverridevirtual |
Load function.
| verbose | Verbosity level. | |
| [out] | out | Output stream. |
Reimplemented from Loader_base.