#include <CrackClusterTracking.hpp>
|
| static PlugIn * | build () |
| |
| static CrackClusterTracking & | 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 |
| |
◆ elpair
◆ CrackClusterTracking()
| GranOO3::PlugIn::CrackClusterTracking::CrackClusterTracking |
( |
| ) |
|
◆ ~CrackClusterTracking()
| GranOO3::PlugIn::CrackClusterTracking::~CrackClusterTracking |
( |
| ) |
|
◆ DECLARE_STD_GRANOO_PLUGIN()
| GranOO3::PlugIn::CrackClusterTracking::DECLARE_STD_GRANOO_PLUGIN |
( |
CRACK-CLUSTER- |
TRACKING | ) |
|
|
private |
◆ init()
| void GranOO3::PlugIn::CrackClusterTracking::init |
( |
| ) |
|
|
virtual |
◆ is_touch()
◆ make_pair()
◆ parse_cluster_recursive()
| void GranOO3::PlugIn::CrackClusterTracking::parse_cluster_recursive |
( |
DEM::CrackFacet * |
current, |
|
|
Core::SetOfBase< DEM::CrackFacet > & |
cluster, |
|
|
std::map< DEM::CrackFacet *, Core::SetOfBase< DEM::CrackFacet >> & |
conn_table, |
|
|
Core::SetOfBase< DEM::CrackFacet > & |
parsed_crack |
|
) |
| |
|
private |
◆ parse_xml()
| void GranOO3::PlugIn::CrackClusterTracking::parse_xml |
( |
| ) |
|
|
virtual |
◆ run()
| void GranOO3::PlugIn::CrackClusterTracking::run |
( |
| ) |
|
|
virtual |
◆ _crack_cluster_prefix
| std::string GranOO3::PlugIn::CrackClusterTracking::_crack_cluster_prefix |
|
private |
◆ _periodic
| bool GranOO3::PlugIn::CrackClusterTracking::_periodic |
|
private |
◆ _touching_facet_map
| std::map<elpair, std::vector<elpair> > GranOO3::PlugIn::CrackClusterTracking::_touching_facet_map |
|
private |
The documentation for this class was generated from the following files: