DicomObjects.NET.V8
DicomObjects.Enums Namespace / VoiLUTFunction Enumeration



In This Topic
    VoiLUTFunction Enumeration
    In This Topic
    Controls which VOILUT function to be used
    Syntax
    'Declaration
     
    Public Enum VoiLUTFunction 
       Inherits System.Enum
    'Usage
     
    Dim instance As VoiLUTFunction
    public enum VoiLUTFunction : System.Enum 
    public enum class VoiLUTFunction : public System.Enum 
    Members
    MemberDescription
    Linear Linear Windowing
    Sigmoid Sigmoide Window function
    Remarks

    Used to control whether simple width level has sharp corners (linear) or rounded ends (sigmoid)

    This graph shows the difference between linear and sigmoid forms.

    This enumeration is used by the VoiLUTFunction Property.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.VoiLUTFunction

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also