Search Results for

    Show / Hide Table of Contents

    Class ModalityRescaleLUT

    Modality Rescale LUT implementation of IModalityLUT and ILUT

    Inheritance
    Object
    ModalityRescaleLUT
    Implements
    IModalityLUT
    ILUT
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Imaging.LUT
    Assembly: cs.temp.dll.dll
    Syntax
    public class ModalityRescaleLUT : IModalityLUT, ILUT

    Constructors

    ModalityRescaleLUT(GrayscaleRenderOptions)

    Initialize new instance of ModalityRescaleLUT using the specified slope and intercept parameters

    Declaration
    public ModalityRescaleLUT(GrayscaleRenderOptions options)
    Parameters
    Type Name Description
    GrayscaleRenderOptions options

    Render options

    Properties

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    Boolean

    Item[Int32]

    Declaration
    public int this[int value] { get; }
    Parameters
    Type Name Description
    Int32 value
    Property Value
    Type Description
    Int32

    MaximumOutputValue

    Declaration
    public int MaximumOutputValue { get; }
    Property Value
    Type Description
    Int32

    MinimumOutputValue

    Declaration
    public int MinimumOutputValue { get; }
    Property Value
    Type Description
    Int32

    RescaleIntercept

    The modality rescale intercept

    Declaration
    public double RescaleIntercept { get; }
    Property Value
    Type Description
    Double

    RescaleSlope

    The modality rescale slope

    Declaration
    public double RescaleSlope { get; }
    Property Value
    Type Description
    Double

    Methods

    Recalculate()

    Declaration
    public void Recalculate()

    Implements

    IModalityLUT
    ILUT
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors