![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Generic manager for reading arguments of the program and run the calculations
More...
#include <Morse_theory_based_analyzer_module.hpp>
Static Public Member Functions | |
| static boost::program_options::options_description *& | get_options (void) |
| Access to the options' description of the module. | |
Mandatory Requirements | |
| void | run (unsigned verbose, std::ostream &out) override |
| Runs the module following the input options. | |
| bool | is_runnable (void) const override |
| Checks that all the input options were set. | |
| void | statistics (std::ostream &out) override |
| Reports high-level statistics on the module. | |
| std::string | get_name (void) const override |
| Returns the name of the package. | |
Optional Requirements | |
| 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. | |
| void | report (const std::string &prefix) override |
| Reports the output and statistics in output files. | |
Modules Management | |
| void | set_module_instance_name (const std::string &module_instance_name) |
| Sets a name for this instance of this module. In particular, it will be used in the prefix of output files generated by a collection of modules. | |
| const std::string & | get_module_instance_name (void) const |
| Get the name of this instance of this module. | |
| void | set_report_mode (std::ios_base::openmode report_mode) |
| Set a report mode, that is open or append modes. | |
| void | set_report_mode (std::ios_base::openmode &report_mode) |
| Set a report mode, that is open or append modes. | |
| const std::ios_base::openmode | get_report_mode (void) const |
| Get the report mode to be used when reporting. | |
Optional Requirements | |
| void | check_filesystem_directory_exists (const std::string &output_prefix) |
| To avoid later crash: check filesystem / existence of directory / directory exists. | |
Others | |
| template<class Self_> | |
| Self_ * | clone (const Self_ *s) const |
| Clones the object using the copy constructor. | |
| virtual bool | is_logical_module (void) const |
| Checks that this module defines a logical operator. | |
| virtual bool | is_condition_module (void) const |
| Checks that this module defines a condition operator. | |
| virtual bool | operator() (void) |
| Only for condition modules, for returning the predicate value. | |
| virtual bool | is_modules_collection (void) const |
| Checks that this module defines a collection of modules. | |
Generic manager for reading arguments of the program and run the calculations
| ModuleTraits | Model of a traits class defining the types used in the manager (see T_Conformational_clustering_traits). |
|
inlineoverridevirtual |
Virtual method for adding options to the module.
Reimplemented from T_Module_option_description< Dummy >.
|
inlineinherited |
To avoid later crash: check filesystem / existence of directory / directory exists.
|
inlineoverridevirtual |
Checks that the input options' values are coherent.
Reimplemented from T_Module_option_description< Dummy >.
|
inlineinherited |
Clones the object using the copy constructor.
|
inlineinherited |
Get the name of this instance of this module.
|
inlineoverridevirtual |
Returns the name of the package.
Reimplemented from Module_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 >.
|
inlineinherited |
Get the report mode to be used when reporting.
|
inlineprotectedvirtualinherited |
Checks that this module defines a condition operator.
|
inlineprotectedvirtualinherited |
Checks that this module defines a logical operator.
|
inlineprotectedvirtualinherited |
Checks that this module defines a collection of modules.
|
inlineoverridevirtual |
Checks that all the input options were set.
Reimplemented from Module_base.
|
inlineprotectedvirtualinherited |
Only for condition modules, for returning the predicate value.
|
inlineoverridevirtual |
Reports the output and statistics in output files.
Reimplemented from Module_base.
|
inlineoverridevirtual |
Runs the module following the input options.
Implements Module_base.
|
inlineinherited |
Sets a name for this instance of this module. In particular, it will be used in the prefix of output files generated by a collection of modules.
|
inlineinherited |
Set a report mode, that is open or append modes.
|
inlineinherited |
Set a report mode, that is open or append modes.
|
inlineoverridevirtual |
Reports high-level statistics on the module.
Reimplemented from Module_base.