]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/SimpleMPRWidget.h
MAC compilation issues solved... Now some tests please
[cpPlugins.git] / lib / cpPlugins / Interface / SimpleMPRWidget.h
index 7fe49b65c1f415a1e3f752f562d58417db1819d0..48d39794c04c1f1a9a183b52336a142bfbe6c530 100644 (file)
@@ -66,6 +66,7 @@ namespace cpPlugins
       virtual ~SimpleMPRWidget( );
 
       // Data management
+      unsigned int GetNumberOfData( ) const;
       bool AddData(
         DataObject* data, const std::string& name,
         const std::string& parent
@@ -104,7 +105,7 @@ namespace cpPlugins
     protected:
       static double cm_Colors[ 8 ][ 3 ];
 
-      Ui::SimpleMPRWidget*             m_UI;
+      Ui::SimpleMPRWidget*           m_UI;
       vtkSmartPointer< TMPRObjects > m_MPRObjects;
       QVTKWidget*                    m_VTK[ 4 ];