|
| virtual | ~PlugInInterface () |
| |
| | PlugIn (const std::string &id) |
| |
| virtual | ~PlugIn () |
| |
| const std::string & | get_ID () const |
| |
| void | verbose () |
| |
| void | run_and_init () |
| |
| void | trigger_signal_run () |
| |
| double | get_elapsed_time () |
| |
| int | get_instance_number () |
| |
| void | trigger_signal (const std::string &sigID) |
| |
| virtual void | read_xml_element (const TiXmlElement *el, bool verbose=false) |
| |
| bool | is_multi_thread () const |
| |
| bool | is_trigger () const |
| |
| bool | is_stop () const |
| |
| void | stop () |
| |
| void | unstop () |
| |
| void | set_tot_iter_number (unsigned int) |
| |
| | NeedSetOf (bool required=true) |
| |
| virtual | ~NeedSetOf () |
| |
| bool | get_required_flag (unsigned int rank=0) const |
| |
| void | set_required_flag (bool flag, unsigned int rank=0) |
| |
| const std::string & | get_xml_flag_name (unsigned int rank=0) const |
| |
| void | set_xml_flag_name (const std::string &str, unsigned int rank=0) |
| |
| const std::string & | get_xml_flag_nameByRank (unsigned int rank) const |
| |
| void | set_xml_flag_name_by_rank (const std::string &str, unsigned int rank) |
| |
| bool | is_setof_defined (unsigned int rank=0) const |
| |
| Core::SetOf< DEM::Element > & | get_setof (unsigned int rank=0) |
| |
| const Core::SetOf< DEM::Element > & | get_setof (unsigned int rank=0) const |
| |
| void | set_setof (Core::SetOf< DEM::Element > &set, unsigned int rank=0) |
| |
| static PlugIn * | build () |
| |
| static InitThermalProperties & | get (unsigned int=0) |
| |
| static bool | exist (unsigned int rank=0) |
| |
| static bool | record (const std::string file, const std::string desc="") |
| |
| static PlugIn & | get (const std::string &id, unsigned int rank=0) |
| |
| static std::map< std::string, std::vector< PlugIn * > > | get_all_plugin () |
| |
| static std::vector< PlugIn * > | get_all_plugin_vector () |
| |
| static bool | exist (const std::string &id, unsigned int rank=0) |
| |
| static const std::string | class_ID () |
| |
| static BaseClass * | build () |
| |
| static bool | record (const std::string &id, std::string file_name="", std::string desc="") |
| |
| static void | record (std::function< BaseClass *()>, const std::string &, const std::string file="", const std::string desc="") |
| |
| static BaseClass * | new_object (const std::string &) |
| |
| static std::vector< std::string > | get_ID () |
| |
| static std::map< const std::string, std::function< BaseClass *()> > & | get_map () |
| |
| | PlugInInterface () |
| |
| | ObjectFactoryInterface () |
| |
| virtual | ~ObjectFactoryInterface () |
| |
| | ObjectFactory () |
| |
| virtual | ~ObjectFactory () |
| |
| std::vector< PlugIn * > | _subplugin |
| |
| PlugIn * | _current_subplugin |
| |
| const std::string | _ID |
| |
| const std::string | _description |
| |
| PlugIn * | _parent |
| |
| bool | _init |
| |
| bool | _can_run |
| |
| bool | _verbose |
| |
| unsigned int | _current_iter_number |
| |
| unsigned int | _iter_number |
| |
| double | _total_time |
| |
| bool | _stop |
| |
| unsigned int | _every_iter |
| |
| double | _step_time |
| |
| unsigned int | _nb_outputs |
| |
| Math::Expression * | _trigger_if_expr |
| |
| Math::Expression * | _init_if_expr |
| |
| std::chrono::microseconds | _elapsed_time |
| |