]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Extensions/Visualization/MPRWithDifferentWindows.h
vtkPolyData support added
[cpPlugins.git] / lib / cpPlugins / Extensions / Visualization / MPRWithDifferentWindows.h
index 495e6bb4f85c0347e62641eb5ff5ff5a530c0028..aef8ebd9c64f652f76eae99ccb3df12cabc15024 100644 (file)
@@ -62,7 +62,6 @@ namespace cpPlugins
         virtual ~MPRWithDifferentWindows( );
 
         void SetImage( vtkImageData* image );
-        void SetSegmentation( vtkImageData* image );
         void SetModeToNavigation( );
         void SetModeToDeformation( );
 
@@ -71,6 +70,8 @@ namespace cpPlugins
         void Render( const int& id );
         void RenderAll( );
 
+        void Add3DActor( vtkProp3D* prop );
+
       protected:
         // Inputs
         vtkRenderWindow* m_Windows[ 4 ];