Package | Description |
---|---|
org.dcm4che3.image |
This package is part of the Maven module dcm4che-image.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteLookupTable |
class |
ShortLookupTable |
Modifier and Type | Field and Description |
---|---|
private LookupTable |
LookupTableFactory.modalityLUT |
private LookupTable |
LookupTableFactory.presentationLUT |
private LookupTable |
LookupTableFactory.voiLUT |
Modifier and Type | Method and Description |
---|---|
LookupTable |
ShortLookupTable.adjustOutBits(int outBits) |
abstract LookupTable |
LookupTable.adjustOutBits(int outBits) |
LookupTable |
ByteLookupTable.adjustOutBits(int outBits) |
LookupTable |
ShortLookupTable.combine(LookupTable other) |
abstract LookupTable |
LookupTable.combine(LookupTable lut) |
LookupTable |
ByteLookupTable.combine(LookupTable other) |
private LookupTable |
LookupTableFactory.combineModalityVOILUT(int outBits) |
LookupTable |
LookupTableFactory.createLUT(int outBits) |
private LookupTable |
LookupTableFactory.createLUT(StoredValue inBits,
Attributes attrs) |
private LookupTable |
LookupTableFactory.createLUT(StoredValue inBits,
int[] desc,
byte[] data,
boolean bigEndian) |
Modifier and Type | Method and Description |
---|---|
LookupTable |
ShortLookupTable.combine(LookupTable other) |
abstract LookupTable |
LookupTable.combine(LookupTable lut) |
LookupTable |
ByteLookupTable.combine(LookupTable other) |
Copyright © 2017 dcm4che.org. All rights reserved.