]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h
Changes to manage the events capturing in the vtkWorld. Some problems with that ....
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.h
index 9f7a265a50629e3a177fc5120b43518b43614d5a..ed0a3e230c642cb904636ac68f705ddfa31a2698 100644 (file)
@@ -69,6 +69,9 @@ namespace bbtk
                void getFinalPoint(double& x, double& y, double& z);
                void setInicPoint(double& x, double& y, double& z);
                void setFinalPoint(double& x, double& y, double& z);
+               void setState(int state);
+               int getState();
+               virtual bool isPointInside(double x,double y, double z);
 
        private:
 
@@ -87,8 +90,10 @@ namespace bbtk
                double _yFin;
                double _zFin;
 
-               //Protected methods
+               int  _state;
 
+               //Protected methods
+               
        };