]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index 6baf98c4b342bd0cf2e78b846a54fb8719f3565c..612ec7e712a342b65fcc7a4d3ac776e9ca27045d 100644 (file)
@@ -74,7 +74,11 @@ Version:   $Revision$
 #include <vtkRenderWindowInteractor.h>
 #include <vtkRenderer.h>
 #include <vtkInteractorStyleImage.h>
+#include <vtkActor.h>
+#include <vtkPoints.h>
 #include <vtkTextActor3D.h>
+#include <vtkPolyDataMapper.h>
+
 
 //Includes std
 #include <iostream>
@@ -219,7 +223,10 @@ namespace bbtk
 
                int _contLastId;
                
-               vtkTextActor3D *_textActor;
+               vtkTextActor3D          *_textActor;
+               vtkPoints                       *_pts;
+               vtkActor                        *_fillObjectActor;
+               vtkPolyDataMapper       *_fillPolyMapper;
 
        protected: