]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h
Buttons to define a complexbox
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / wxVtkSceneManager.h
index 36a2168b5fb62139c311b7c5328d3066886bf6b1..3479c2a72356e5cb4eedcb9e62e9a127f7c2be6f 100644 (file)
@@ -125,6 +125,9 @@ namespace bbtk
                std::vector<int> getBoxes();
                std::vector<int> getConnections();
 
+               bool isComplexBox();
+               void setComplexBox(bool val);
+
                
        private:
 
@@ -148,6 +151,8 @@ namespace bbtk
                //Saves the id's of the selected objects in the controllers map
                std::vector<int> _selectedObjects;
 
+               bool _isComplexBox;
+
        protected:
 
        };