X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpExtensions%2FQT%2FMPR3DWidget.h;fp=lib%2FcpExtensions%2FQT%2FMPR3DWidget.h;h=b2edc14599c7b12ac817582fbf91a8e41d81cb12;hb=8a5ea31f638e60ee6708667e2dc71bafd0e899ee;hp=667e0e2c7b00ef414aa313075b1cda5348faa68d;hpb=f6e163be0bf2ffeb19239bb31c1df936017cdc8e;p=cpPlugins.git diff --git a/lib/cpExtensions/QT/MPR3DWidget.h b/lib/cpExtensions/QT/MPR3DWidget.h index 667e0e2..b2edc14 100644 --- a/lib/cpExtensions/QT/MPR3DWidget.h +++ b/lib/cpExtensions/QT/MPR3DWidget.h @@ -49,27 +49,12 @@ namespace cpExtensions void SetSliceNumber( int orientation, int slice ); void SetSlicesNumbers( int x, int y, int z ); - /* TODO - void SetImage( vtkImageData* image, const std::string& name ); - - - void SetScalarRange( double r[ 2 ] ); - void SetWindowLevel( double wl[ 2 ] ); - void SetImageOpacity( double o ); - void SetImageInterpolation( unsigned char i ); - */ - protected: std::string m_ImageName; vtkSmartPointer< TWLActor > m_WLActors[ 3 ]; vtkSmartPointer< TOLActor > m_OLActors[ 3 ]; std::vector< TActor* > m_Actors; - - /* TODO - vtkSmartPointer< cpExtensions::Visualization::MPR3DActors > m_Actors; - std::string m_ImageName; - */ }; } // ecapseman