←Select platform

LookupTableDescriptor Property (ApplyModalityLookupTableCommand)

Summary

Structure describing the LookupTable.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Leadtools.Imageprocessing.Core.DicomLookupTableDescriptor LookupTableDescriptor {get; set;}
Public Property LookupTableDescriptor As Leadtools.Imageprocessing.Core.DicomLookupTableDescriptor
public Leadtools.Imageprocessing.Core.DicomLookupTableDescriptor LookupTableDescriptor {get; set;}
@property (nonatomic, strong) LTDicomLookupTableDescriptor *lookupTableDescriptor
public DicomLookupTableDescriptor getLookupTableDescriptor() 
public void setLookupTableDescriptor(DicomLookupTableDescriptor value) 
get_LookupTableDescriptor(); 
set_LookupTableDescriptor(value); 
Object.defineProperty('LookupTableDescriptor'); 

Property Value

Structure describing the LookupTable. The following members are used:

Value Meaning
FirstStoredPixelValueMapped Indicates the first index whose remapped value is stored in the LookupTable. All pixels that are less than this value will be remapped to LookupTable[0].
Example

Refer to ApplyModalityLookupTableCommand example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize