]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/kernel/volume.hxx
Diego Caceres: creaButtonContainer and creaPanelButtonContainer has been added to...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / kernel / volume.hxx
index 112b6a65c3b273fcd3198fac7a9f5a6dab7ef04f..0412c8d3895a5dc5974305d4d50e10597438f620 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: volume.hxx,v $
   Language:  C++
-  Date:      $Date: 2010/04/20 16:11:40 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2010/04/29 16:05:37 $
+  Version:   $Revision: 1.8 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -127,8 +127,8 @@ class creaMaracasVisu_EXPORT kVolume
        return( SIZETypes[ _type ] * getRawSize( ) );
     }
 
-    double getPixel( uint32_t x, uint32_t y, uint32_t z ) const;
-    void setPixel( double v, uint32_t x, uint32_t y, uint32_t z );
+    double getPixel( uint x, uint y, uint z ) const;
+    void setPixel( double v, uint x, uint y, uint z );
 
     void convertCast( Type type );
     void convertScale( Type type, double min, double max );