org.dcm4che2.iod.module.lut
Class Lut
java.lang.Object
   org.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.Module
       org.dcm4che2.iod.module.lut.Lut
org.dcm4che2.iod.module.lut.Lut
- public class Lut 
- extends Module
- Since:
- 02.07.2006
- Version:
- Revision $Date: 2007-07-24 15:09:43 +0200 (Tue, 24 Jul 2007) $
- Author:
- Gunter Zeilinger
 
| Fields inherited from class org.dcm4che2.iod.module.Module | 
| dcmobj | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Lut
public Lut(DicomObject dcmobj)
toLUTs
public static Lut[] toLUTs(DicomElement sq)
- 
 
getLUTDescriptor
public int[] getLUTDescriptor()
- 
 
setLUTDescriptor
public void setLUTDescriptor(int[] ints)
- 
 
getNumberOfEntries
public int getNumberOfEntries()
- Returns the number of entries in this table
 
- 
 
getFirstStoredPixel
public int getFirstStoredPixel()
- Get the first stored pixel - this allows a smaller LUT to be used
 
- 
 
getBytesPerEntry
public int getBytesPerEntry()
- Get the number of bits stored per pixel.
 Should return 1 or 2 depending on how many bytes are used per entry.
 
- 
 
getLUTExplanation
public java.lang.String getLUTExplanation()
- 
 
setLUTExplanation
public void setLUTExplanation(java.lang.String lo)
- 
 
getLUTData
public byte[] getLUTData()
- 
 
setLUTData
public void setLUTData(byte[] ow)
- 
 
Copyright © 2011 dcm4che. All Rights Reserved.