Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace : ModalityLookupTableCommandFlags Enumeration |
[FlagsAttribute()] public enum ModalityLookupTableCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum ModalityLookupTableCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ModalityLookupTableCommandFlags
[FlagsAttribute()] public enum ModalityLookupTableCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTModalityLookupTableCommandFlags)
public enum ModalityLookupTableCommandFlags
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags = function() { }; Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags.prototype = {<br/> None = 0x00000000, SignedLookupTable = 0x00000001, UpdateMinMax = 0x00000002, UseFullRange = 0x00000004, AllowRangeExpansion = 0x00000008, };
[FlagsAttribute()] public enum class ModalityLookupTableCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No Flags. |
0x00000001 | SignedLookupTable | If set, the LookupTable entries are signed 16-bit values. If not set, the LookupTable entries are unsigned 16-bit values.(This flag is used by the ApplyModalityLookupTableCommand but not used in the ApplyLinearModalityLookupTableCommand). |
0x00000002 | UpdateMinMax | Update MinValue with the new minimum intensity value in the bitmap and MaxValue with the new maximum intensity value. |
0x00000004 | UseFullRange | For future use. |
0x00000008 | AllowRangeExpansion | Adjust the high bit and/or low bit (if possible) inside the image handle in order to be able to hold the range of pixel values after applying the modality LookupTable. (This flag is used by ApplyLinearModalityLookupTableCommand but not used in ApplyModalityLookupTableCommand). |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags