X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FSimpleMPRWidget.h;h=48d39794c04c1f1a9a183b52336a142bfbe6c530;hb=6ffc11d77924d6ab7e94db95d41105982ac73e00;hp=7fe49b65c1f415a1e3f752f562d58417db1819d0;hpb=950ea6d252c9a5bc5be29d413497fe0ef69e6703;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/SimpleMPRWidget.h b/lib/cpPlugins/Interface/SimpleMPRWidget.h index 7fe49b6..48d3979 100644 --- a/lib/cpPlugins/Interface/SimpleMPRWidget.h +++ b/lib/cpPlugins/Interface/SimpleMPRWidget.h @@ -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 ];