]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h
Important change in the project to visualize the contour when the output was selected...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / wxVtkSceneManager.h
index 55343688793515d83555e59cd9af5b0a028a567c..e1dccfcfd45f8b357bc143f9e564cc084ddcc409 100644 (file)
@@ -47,6 +47,7 @@ Version:   $Revision$
 #include "GObjectsMVCFactory.h"
 #include "Observer.h"
 #include "GPortModel.h"
+#include "GConnectorView.h"
 
 //Includes bbtk
 #include <bbtkBlackBoxInputDescriptor.h>
@@ -57,7 +58,6 @@ Version:   $Revision$
 #include <InteractorStyleMaracas.h>
 #include <vtkInteractorStyleBaseView2D.h>
 #include <manualContourControler.h>
-#include <manualViewContour.h>
 #include <manualContourModel.h>
 
 //Includes vtk
@@ -66,6 +66,9 @@ Version:   $Revision$
 #include <vtkRenderer.h>
 #include <vtkInteractorStyleImage.h>
 
+#include <vtkVectorText.h>
+#include <vtkLinearExtrusionFilter.h>
+
 //Includes std
 #include <iostream>
 #include <map>