]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.cxx
All the modif are tagged // JPRx
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRBaseData.cxx
index 9358a924ab69a01bc3a9ae2e6a2d3e7a70c12f8b..45ef21f5d13352ab1bb9e47ab3317ada3a5f59da 100644 (file)
@@ -100,7 +100,7 @@ void vtkBaseData::SetT(double t)
        {
                t=0;
        }
-       _t=t;
+       _t=(int)t;
 }
 
 //-------------------------------------------------------------------
@@ -390,7 +390,7 @@ void vtkMPR3DDataViewer::Configure()
        _ctfun->AddRGBPoint( 300 ,0 ,1,0);
        _ctfun->AddRGBPoint( 400 ,0 ,0,1);
 */
-//     void *p=this;
+//     void *p=this; // JPRx
 
   // Create the first of the three planes. The filter vtkImageMapToColors
   // maps the data through the corresponding lookup table created above.  The