]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/QT/SimpleMPRWidget.h
...
[cpPlugins.git] / lib / cpExtensions / QT / SimpleMPRWidget.h
index 42a09f667a2f02abe30f6353c75a00ed8c7d4209..5aed9ec08f8548e403902a2d1e0e6479d5e0c88e 100644 (file)
@@ -110,7 +110,11 @@ namespace cpExtensions
       void Clear( );
       void SetMainImage( vtkImageData* image );
       void AddMesh( vtkPolyData* mesh );
-      
+
+      // Visual objects
+      vtkRenderWindowInteractor* GetInteractor( unsigned int i );
+
+
       /* TODO
          unsigned int GetNumberOfData( ) const;
          bool AddData(
@@ -136,8 +140,6 @@ namespace cpExtensions
          double GetWindow( ) const;
          double GetLevel( ) const;
 
-         vtkRenderWindowInteractor* GetInteractor( unsigned int i );
-
          // Visual objects accessors
          std::string GetSelectedData( ) const;
          vtkProp* GetProp( const std::string& name );