Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Mapping of electromagnetic fields with geometry volume. More...
#include <bayeux/emfield/geom_map.h>
Classes | |
struct | association_entry |
Public Types | |
typedef std::map< std::string, association_entry > | association_dict_type |
Public Types inherited from datatools::i_tree_dumpable | |
enum | ostream_type { OSTREAM_COUT = 1, OSTREAM_CERR = 2, OSTREAM_CLOG = 3 } |
Enumeration for standard output streams. More... | |
Public Member Functions | |
geom_map () | |
virtual | ~geom_map () |
const association_dict_type & | get_associations () const |
association_dict_type & | grab_associations () |
void | set_logging_priority (datatools::logger::priority priority_) |
datatools::logger::priority | get_logging_priority () const |
bool | is_initialized () const |
void | initialize (const datatools::properties &config_) |
void | reset () |
bool | has_geometry_manager () const |
void | set_geometry_manager (const geomtools::manager &gmgr_) |
const geomtools::manager & | get_geometry_manager () const |
bool | has_fields_manager () const |
void | set_fields_manager (const electromagnetic_field_manager &emfmgr_) |
const electromagnetic_field_manager & | get_fields_manager () const |
virtual void | tree_dump (std::ostream &out_=std::clog, const std::string &title="", const std::string &indent_="", bool inherit_=false) const |
Main old interface method for printing. More... | |
Public Member Functions inherited from datatools::i_tree_dumpable | |
i_tree_dumpable () | |
Constructor. More... | |
virtual | ~i_tree_dumpable () |
Destructor. More... | |
virtual void | print_tree (std::ostream &out_=std::clog, const boost::property_tree::ptree &options_=empty_options()) const |
Main new interface method for printing. More... | |
void | print_tree_json (std::ostream &out_=std::clog, const std::string &json_options_="") const |
Printing with jsonized options. More... | |
void | print_tree_json (std::ostream &out_=std::clog, const char *json_options_=nullptr) const |
Printing with jsonized options. More... | |
void | tree_dump_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="", const std::string &indent_="", const bool inherit_=false) const |
void | tree_print_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="") const |
void | smart_print_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="", const std::string &indent_="") const |
Protected Member Functions | |
void | _construct (const datatools::properties &config_) |
Additional Inherited Members | |
Static Public Member Functions inherited from datatools::i_tree_dumpable | |
static const boost::property_tree::ptree & | empty_options () |
static boost::property_tree::ptree | make_base_print_options (const std::string &title_, const std::string &indent_="", const bool inherit_=false) |
static std::ostream & | last_skip_tag (std::ostream &out_) |
static std::ostream & | skip_tag (std::ostream &out_) |
static std::ostream & | last_tag (std::ostream &out_) |
static std::ostream & | tag (std::ostream &out_) |
Mapping of electromagnetic fields with geometry volume.
typedef std::map<std::string,association_entry> emfield::geom_map::association_dict_type |
emfield::geom_map::geom_map | ( | ) |
|
virtual |
|
protected |
const association_dict_type& emfield::geom_map::get_associations | ( | ) | const |
const electromagnetic_field_manager& emfield::geom_map::get_fields_manager | ( | ) | const |
const geomtools::manager& emfield::geom_map::get_geometry_manager | ( | ) | const |
datatools::logger::priority emfield::geom_map::get_logging_priority | ( | ) | const |
association_dict_type& emfield::geom_map::grab_associations | ( | ) |
bool emfield::geom_map::has_fields_manager | ( | ) | const |
bool emfield::geom_map::has_geometry_manager | ( | ) | const |
void emfield::geom_map::initialize | ( | const datatools::properties & | config_ | ) |
bool emfield::geom_map::is_initialized | ( | ) | const |
void emfield::geom_map::reset | ( | ) |
void emfield::geom_map::set_fields_manager | ( | const electromagnetic_field_manager & | emfmgr_ | ) |
void emfield::geom_map::set_geometry_manager | ( | const geomtools::manager & | gmgr_ | ) |
void emfield::geom_map::set_logging_priority | ( | datatools::logger::priority | priority_ | ) |
|
virtual |
Main old interface method for printing.
Reimplemented from datatools::i_tree_dumpable.