Depth1Image.st
changeset 3868 e47cf114c824
parent 3867 2a620c958987
child 3869 cd40d1912c03
equal deleted inserted replaced
3867:2a620c958987 3868:e47cf114c824
   626 !
   626 !
   627 
   627 
   628 bitsPerRow
   628 bitsPerRow
   629     "return the number of bits in one scanline of the image"
   629     "return the number of bits in one scanline of the image"
   630 
   630 
   631     ^  width
   631     ^ width
   632 !
   632 !
   633 
   633 
   634 bytesPerRow
   634 bytesPerRow
   635     "return the number of bytes in one scanline of the image"
   635     "return the number of bytes in one scanline of the image"
   636 
   636 
   734 ! !
   734 ! !
   735 
   735 
   736 !Depth1Image class methodsFor:'documentation'!
   736 !Depth1Image class methodsFor:'documentation'!
   737 
   737 
   738 version
   738 version
   739     ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.50 2003-04-29 18:49:14 cg Exp $'
   739     ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.51 2003-04-29 19:19:54 cg Exp $'
   740 ! !
   740 ! !