X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Fkernel%2Fvolume.hxx;h=0412c8d3895a5dc5974305d4d50e10597438f620;hb=f7634324fc5790ec510ad4f3db642c705dfb685e;hp=112b6a65c3b273fcd3198fac7a9f5a6dab7ef04f;hpb=66588eac91068d9b7f9d45bffc5e09c27511eaac;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/kernel/volume.hxx b/lib/maracasVisuLib/src/kernel/volume.hxx index 112b6a6..0412c8d 100644 --- a/lib/maracasVisuLib/src/kernel/volume.hxx +++ b/lib/maracasVisuLib/src/kernel/volume.hxx @@ -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 );