#include <Step.hpp>
|
static Step & | get (const std::string &) |
|
static PlugIn * | build () |
|
static Step & | 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 () |
|
|
static std::map< std::string, Step * > | _all = std::map<std::string, Step*>() |
|
◆ Step()
GranOO3::PlugIn::Step::Step |
( |
| ) |
|
◆ ~Step()
GranOO3::PlugIn::Step::~Step |
( |
| ) |
|
◆ DECLARE_STD_GRANOO_PLUGIN()
GranOO3::PlugIn::Step::DECLARE_STD_GRANOO_PLUGIN |
( |
STEP |
| ) |
|
|
private |
◆ get()
Step & GranOO3::PlugIn::Step::get |
( |
const std::string & |
label | ) |
|
|
static |
◆ init()
void GranOO3::PlugIn::Step::init |
( |
| ) |
|
|
virtual |
◆ parse_xml()
void GranOO3::PlugIn::Step::parse_xml |
( |
| ) |
|
|
virtual |
◆ run()
void GranOO3::PlugIn::Step::run |
( |
| ) |
|
|
virtual |
◆ _all
std::map< std::string, Step * > GranOO3::PlugIn::Step::_all = std::map<std::string, Step*>() |
|
staticprivate |
◆ _bar
◆ _display_progression
bool GranOO3::PlugIn::Step::_display_progression |
|
private |
◆ _label
std::string GranOO3::PlugIn::Step::_label |
|
private |
◆ _reset_iteration
bool GranOO3::PlugIn::Step::_reset_iteration |
|
private |
◆ _time_step
double GranOO3::PlugIn::Step::_time_step |
|
private |
The documentation for this class was generated from the following files:
- /home/granoo/granoo/Lib/GranOO3/PlugIn/Step.hpp
- /home/granoo/granoo/Lib/GranOO3/PlugIn/Step.cpp