|
|
| ChildBlock (pBlock parent=pBlock()) |
| |
|
| Block (pBlock parent_=pBlock()) |
| |
|
void | setContext (pBlockVariables context) |
| |
|
pBlockVariables | getLocalVariables () |
| |
|
pBlockVariables | getVariables () |
| |
|
void | setup () |
| |
|
void | addChild (pBlock child) |
| |
|
void | evaluateParameters () |
| |
|
pBlock | getParent () |
| |
|
template<typename T > |
| void | addData (std::string key, T &data) |
| |
|
template<typename T > |
| void | retrieveData (std::string key, T *&data) |
| |
|
template<typename T > |
| void | retrieveData (std::string key, T &data) |
| |
|
void | initAll () |
| |
|
void | setName (const std::string &name_) |
| |
|
std::string | getName () |
| |
|
long | getId () |
| |
|
|
void | preInit () |
| |
|
virtual void | initParameters (BlockParameters &) |
| |
|
virtual void | registerData () |
| |
|
virtual void | init () |
| |
|
virtual void | postInit () |
| |
|
BlockList | getChildren () |
| |
The documentation for this class was generated from the following file: