RTC Toolkit
2.0.0
|
Base class of the ModelBuilder. More...
#include <modelBuilderBase.hpp>
Public Member Functions | |
ModelBuilderBase (StateMachineEngine &engine) | |
virtual | ~ModelBuilderBase ()=default |
void | RegisterModel () |
void | ExportModel (std::string const &file_name) |
Protected Types | |
using | LayerOptions = std::map< std::string, bool > |
using | Layer = std::tuple< std::string, LayerOptions > |
using | Layers = std::vector< Layer > |
Protected Member Functions | |
void | RegisterLayer (Layer layer) |
Protected Attributes | |
StateMachine | sm |
ModelManipulator | mm |
StateMachineEngine & | m_engine |
Base class of the ModelBuilder.
|
protected |
|
protected |
|
protected |
|
inline |
|
virtualdefault |
|
inline |
|
inlineprotected |
|
inline |
|
protected |
|
protected |
|
protected |