]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/ExecuterBBSG.h
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / ExecuterBBSG.h
index 4b0b018dc0bebd88364b8cd7ff302e02048499bf..80e2c10294dc4984c8dadf349ab6203ff3eb94ee 100644 (file)
@@ -39,7 +39,7 @@ Version:   $Revision$
 #define __ExecuterBBSG_h__
 
 //Includes same project
-//..
+#include "wxVtkSceneManager.h"
 
 //Includes bbtk
 #include "bbtkVirtualExec.h"
@@ -54,37 +54,14 @@ Version:   $Revision$
 
 
 
-
-
-/*
-namespace bbtk
-{
-       
-       class Interpreter;
-       
-       
-       class  Executer : public VirtualExec
-               {
-                       BBTK_OBJECT_INTERFACE(Executer);
-                       typedef VirtualExec Superclass;
-               public:
-                       static Pointer New();
-*/
-
-
-
-
 namespace bbtk
 {
 
        class EExecuterBBSG : public VirtualExec 
        {
-//             BBTK_OBJECT_INTERFACE(EExecuterBBSG);
-//             typedef VirtualExec Superclass;
                public:
-               static Pointer New();
-//                     Pointer New();
-               EExecuterBBSG();
+               static Pointer New( wxVtkSceneManager* sceneManager, Factory::Pointer factory );
+               EExecuterBBSG( wxVtkSceneManager* sceneManager, Factory::Pointer factory );
                ~EExecuterBBSG();
                
                //Public methods
@@ -218,7 +195,11 @@ namespace bbtk
                virtual void Print(const std::string & message);
                
 //--EED                
-               
+               double                          _xGeneral;
+               double                          _yGeneral;
+               double                          _zGeneral;
+               wxVtkSceneManager       *_sceneManager;
+               Factory::Pointer        _factory;
                
        private: