]> Creatis software - creaMaracasVisu.git/commitdiff
No newline at rend of file
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 29 May 2009 13:38:30 +0000 (13:38 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 29 May 2009 13:38:30 +0000 (13:38 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/idAlBeRa.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleMPRView.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkmyPWCallback_3DPointWidget.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasIRMViewProp3DMHD.cxx

index b0cb453701b17ae9b040edf829112679983bcffd..76a0c6680c2fbd0174b17278882a5a2bc9b4353f 100644 (file)
@@ -3,7 +3,8 @@
 
 idAlBeRa::idAlBeRa(int id, double radio,int deltavoxel)
 {
-       _id                     = id;
+       _id             = id;
        _radio          = radio;
        _deltavoxel = deltavoxel;
-}
\ No newline at end of file
+}
+
index ef2a00a9637c7d72691da23b68bd5832721ec104..7e695a3d4f4e008896ffb163e6a21c7ab777b18c 100644 (file)
@@ -113,4 +113,5 @@ bool  vtkInteractorStyleMPRView::OnMouseMove ()
                this->_vtkInteractorStyleBaseView->SetParent_refresh_waiting();
        }
        return true;
-}
\ No newline at end of file
+}
+
index 74c925dac17e88ee0464da59abd3917acd2b97bf..afb578c40104bf21a184c2afda4fdf0842e19aba 100644 (file)
@@ -73,4 +73,5 @@ void vtkmyPWCallback_3DPointWidget::SetVtkPointWidget( vtkPointWidget *pointWidg
 void vtkmyPWCallback_3DPointWidget::SetVtkPlaneWidget( vtkPlaneWidget *planeWidget )
 {
        _planeWidget=planeWidget;
-}
\ No newline at end of file
+}
+
index c89f41e3ec508cd1d847eef095c84d05970121f1..187c021cf44869c74b7dd68116ff743b7bb7a5e5 100644 (file)
@@ -32,4 +32,5 @@ void wxMaracasIRMViewProp3DMHD::onIsoValueRelease(wxScrollEvent& event ){
 
        wxMaracasIRMView::getInstance()->changeIsoValue(this->getPropId(), isovalue->GetValue()/1.0);
        
-}
\ No newline at end of file
+}
+