Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

DicomLookupTableDescriptor Constructor(Int32,Int32)








The second value in the "LookupTable Descriptor", which specifies the first input value mapped.
The third value in the "LookupTable Descriptor", which specifies the number of bits for each entry in the LookupTable Data.
Initializes a new DicomLookupTableDescriptor with explicit parameters.
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
)
- (instancetype)initWithFirstStoredPixelValueMapped:(NSInteger)firstStoredPixelValueMapped
                                          entryBits:(NSUInteger)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", which specifies the first input value mapped.
entryBits
The third value in the "LookupTable Descriptor", which specifies the number of bits for each entry in the LookupTable Data.
Example
Refer to ApplyModalityLookupTableCommand (DicomLookupTableDescriptor,short[], ModalityLookupTableCommandFlags)
Requirements

Target Platforms

See Also

Reference

DicomLookupTableDescriptor Class
DicomLookupTableDescriptor Members
Overload List

Error processing SSI file