Model of ParticleAnnotator for attributing a domain to atoms. Model of ParticleAnnotator for attributing a domain to atoms.
More...
#include <Domain_annotator_for_particles.hpp>
|
boost::program_options::options_description | add_options (void) |
| 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) |
| Load function. More...
|
|
std::string | get_name (void) const |
| Return the name of the class itself. More...
|
|
|
static boost::program_options::options_description *& | get_options (void) |
| Access to the options' description of the module. More...
|
|
|
void | set_loader_instance_name (const std::string &loader_instance_name) |
|
const std::string & | get_loader_instance_name (void) const |
|
template<class Annotations>
class SBL::Models::T_Domain_annotator_for_particles< Annotations >
Model of ParticleAnnotator for attributing a domain to atoms. Model of ParticleAnnotator for attributing a domain to atoms.
◆ add_options()
boost::program_options::options_description add_options |
( |
void |
| ) |
|
|
inlinevirtual |
◆ check_options()
bool check_options |
( |
std::string & |
message | ) |
const |
|
inlinevirtual |
◆ get_name()
std::string get_name |
( |
void |
| ) |
const |
|
inlinevirtual |
Return the name of the class itself.
Reimplemented from Loader_base.
◆ get_options()
static boost::program_options::options_description*& get_options |
( |
void |
| ) |
|
|
inlinestaticinherited |
Access to the options' description of the module.
◆ get_output_prefix()
std::string get_output_prefix |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ load()
bool load |
( |
unsigned |
verbose, |
|
|
std::ostream & |
out |
|
) |
| |
|
inlinevirtual |
Load function.
- Parameters
-
| verbose | Verbosity level. |
[out] | out | Output stream. |
- Returns
- True if loading is successful, false otherwise. Function to call to execute the main function of a Loader
Reimplemented from Loader_base.