]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Extensions/Visualization/MPRWithDifferentWindows.h
Major refactoring: API-HCI bug corrected.
[cpPlugins.git] / lib / cpPlugins / Extensions / Visualization / MPRWithDifferentWindows.h
index 495e6bb4f85c0347e62641eb5ff5ff5a530c0028..addfad7084afdf3276b754dc4a6f458d87abaf95 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,10 @@ namespace cpPlugins
         void Render( const int& id );
         void RenderAll( );
 
+        vtkRenderer* GetRenderer( const int& id ) const;
+
+        void Add3DActor( vtkProp3D* prop );
+
       protected:
         // Inputs
         vtkRenderWindow* m_Windows[ 4 ];