#include <uibuilder.h>
Return value is a pointer to the created object (memory management issue?)
Public Member Functions | |
UIbuilder (const string &typ) | |
Constructor needs to be run only once macro UIREGISTER. | |
virtual bdmroot * | build (Setting &S) const =0 |
Function building the computational object. | |
Protected Member Functions | |
const vec | getvec (Setting &S) const |
const mat | getmat (Setting &S, int ncols) const |
const ivec | getivec (Setting &S) const |
const Array< string > | get_as (Setting &S) const |