//#include "bbtkComplexBlackBox.h"
#include "bbtkFactory.h"
-
-
namespace bbtk
{
-
class InterpreterBBS : public Interpreter
{
public:
//Public methods
+ void commandNew( const std::string& boxType, const std::string& boxName);
- void InterpreterBBS::commandNew( const std::string& boxType, const std::string& boxName);
- void InterpreterBBS::commandConnect (const std::string &boxfrom,
- const std::string &output,
- const std::string &boxto,
- const std::string &input);
- void InterpreterBBS::commandSet (const std::string &box,
- const std::string &input,
- const std::string &value);
- void InterpreterBBS::commandLoad(const std::string &name );
- void InterpreterBBS::commandInclude(const std::string &name );
-
-
-
+ void commandConnect (const std::string &boxfrom,
+ const std::string &output,
+ const std::string &boxto,
+ const std::string &input);
+ void commandSet (const std::string &box,
+ const std::string &input,
+ const std::string &value);
+ void commandLoad(const std::string &name );
+ void commandInclude(const std::string &name );
+
+
/*
//--EED
const std::string &box,
const std::string &input,
const std::string &help) ;
-
+
/// Defines an output of the current complex box
virtual void DefineOutput (const std::string &name,
const std::string &box,
//--EED
*/
- double _xGeneral;
- double _yGeneral;
- double _zGeneral;
- wxVtkSceneManager *_sceneManager;
- Factory::Pointer _factory;
+ double _xGeneral;
+ double _yGeneral;
+ double _zGeneral;
+ wxVtkSceneManager *_sceneManager;
+ Factory::Pointer _factory;
private:
//Protected methods
};
-
-
}
// namespace bbtk
#endif