LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

DicomLookupTableDescriptor Constructor(Int32,Int32)






The second value in the "LookupTable Descriptor", this specifies the first input value mapped.
The third value in the "LookupTable Descriptor", this specifies the number of bits for each entry in the LookupTable Data.
Initializes a new DicomLookupTableDescriptor with explicit parameters. .NET support WinRT support Silverlight support
Syntax
public DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)
'Declaration
 
Public Function New( _
   ByVal firstStoredPixelValueMapped As Integer, _
   ByVal entryBits As Integer _
)
'Usage
 
Dim firstStoredPixelValueMapped As Integer
Dim entryBits As Integer
 
Dim instance As New DicomLookupTableDescriptor(firstStoredPixelValueMapped, entryBits)
public DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)
function DicomLookupTableDescriptor( 
   firstStoredPixelValueMapped ,
   entryBits 
)
public:
DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)

Parameters

firstStoredPixelValueMapped
The second value in the "LookupTable Descriptor", this specifies the first input value mapped.
entryBits
The third value in the "LookupTable Descriptor", this specifies the number of bits for each entry in the LookupTable Data.
Example
Refer to ApplyModalityLookupTableCommand (DicomLookupTableDescriptor,short[], ModalityLookupTableCommandFlags)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomLookupTableDescriptor Class
DicomLookupTableDescriptor Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.