typedef struct tagDICOMLUTDESCRIPTOR
{
L_UINT uStructSize;
L_UINT uNumberOfEntries;
L_INT nFirstStoredPixelValueMapped;
L_UINT uEntryBits;
} DICOMLUTDESCRIPTOR, * pDICOMLUTDESCRIPTOR;
This type is used to define a lookup table (LUT) descriptor.
Member |
Description |
uStructSize |
The size of the structure (use sizeof(DICOMLUTDESCRIPTOR)). |
uNumberOfEntries |
The first value in the "LUT Descriptor". Specifies the number of entries in the lookup table. |
nFirstStoredPixelValueMapped |
The second value in the "LUT Descriptor". Specifies the first input value mapped. |
uEntryBits |
The third value in the "LUT Descriptor". Specifies the number of bits for each entry in the LUT Data. |
This structure is used by the L_ApplyVOILUT and the L_ApplyModalityLUT to describe the lookup table (LUT).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET