org.dcm4che2.iod.module.lut
Class LutModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.composite.ImagePixel
          extended by org.dcm4che2.iod.module.composite.GeneralImageModule
              extended by org.dcm4che2.iod.module.lut.LutModule
Direct Known Subclasses:
DXImageModule

public class LutModule
extends GeneralImageModule

Provide access to the various types of LUTs available in images, both as raw values, and as ILut implementations that perform the lookups.

Since:
July 15, 2007
Version:
$Revision$ $Date$
Author:
bwallace

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
LutModule(DicomObject dcmobj)
          Create a LUT module object
 
Method Summary
 ModalityLutModule getModalityLutModule()
          Get the modality LUT module
 VoiLutModule getVoiLutModule()
          Get the VOI LUT Module
 
Methods inherited from class org.dcm4che2.iod.module.composite.GeneralImageModule
getAcquisitionDateAndTime, getAcquisitionDateTime, getAcquisitionNumber, getBurnedInAnnotation, getContentDateTime, getDerivationCodes, getDerivationDescription, getIconImage, getImageComments, getImagesInAcquisition, getImageType, getInstanceNumber, getIrradiationEventUID, getLossyImageCompression, getLossyImageCompressionMethod, getLossyImageCompressionRatio, getPatientOrientation, getPixelDataProviderURL, getPresentationLUTShape, getQualityControlImage, getReferencedImages, getReferencedInstances, getSourceImages, init, setAcquisitionDateAndTime, setAcquisitionDateTime, setAcquisitionNumber, setBurnedInAnnotation, setContentDateTime, setDerivationCodes, setDerivationDescription, setIconImage, setImageComments, setImagesInAcquisition, setImageType, setInstanceNumber, setIrradiationEventUID, setLossyImageCompression, setLossyImageCompression, setLossyImageCompressionMethod, setPatientOrientation, setPixelDataProviderURL, setPresentationLUTShape, setQualityControlImage, setReferencedImages, setReferencedInstances, setSourceImages, validate
 
Methods inherited from class org.dcm4che2.iod.module.composite.ImagePixel
getBitsAllocated, getBitsStored, getBluePaletteColorLookupTableData, getBluePaletteColorLookupTableDescriptor, getColumns, getGreenPaletteColorLookupTableData, getGreenPaletteColorLookupTableDescriptor, getHighBit, getICCProfile, getLargestImagePixelValue, getPhotometricInterpretation, getPixelAspectRatio, getPixelData, getPixelRepresentation, getPlanarConfiguration, getRedPaletteColorLookupTableData, getRedPaletteColorLookupTableDescriptor, getRows, getSamplesPerPixel, getSmallestImagePixelValue, maxPossibleStoredValue, minPossibleStoredValue, setBitsAllocated, setBitsStored, setBluePaletteColorLookupTableData, setBluePaletteColorLookupTableDescriptor, setColumns, setGreenPaletteColorLookupTableData, setGreenPaletteColorLookupTableDescriptor, setHighBit, setICCProfile, setLargestImagePixelValue, setPhotometricInterpretation, setPixelAspectRatio, setPixelData, setPixelRepresentation, setPlanarConfiguration, setRedPaletteColorLookupTableData, setRedPaletteColorLookupTableDescriptor, setRows, setSamplesPerPixel, setSmallestImagePixelValue
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, updateSequence, updateSequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LutModule

public LutModule(DicomObject dcmobj)
Create a LUT module object

Method Detail

getModalityLutModule

public ModalityLutModule getModalityLutModule()
Get the modality LUT module


getVoiLutModule

public VoiLutModule getVoiLutModule()
Get the VOI LUT Module



Copyright © 2011 dcm4che. All Rights Reserved.