]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Extensions/Visualization/MPRWithDifferentWindows.h
...
[cpPlugins.git] / lib / cpPlugins / Extensions / Visualization / MPRWithDifferentWindows.h
index ceff1ebcfefaa490891c21b355d69c5cd7f814a9..addfad7084afdf3276b754dc4a6f458d87abaf95 100644 (file)
@@ -61,15 +61,19 @@ namespace cpPlugins
           );
         virtual ~MPRWithDifferentWindows( );
 
-
         void SetImage( vtkImageData* image );
-        void SetSegmentation( vtkImageData* image );
+        void SetModeToNavigation( );
+        void SetModeToDeformation( );
 
         void ResetCamera( const int& id );
         void ResetCameras( );
         void Render( const int& id );
         void RenderAll( );
 
+        vtkRenderer* GetRenderer( const int& id ) const;
+
+        void Add3DActor( vtkProp3D* prop );
+
       protected:
         // Inputs
         vtkRenderWindow* m_Windows[ 4 ];