Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface IPipeline

    Pipeline interface

    Namespace: FellowOakDicom.Imaging.Render
    Assembly: fo-dicom.core.dll
    Syntax
    public interface IPipeline

    Properties

    LUT

    Get the LUT of the pipeline

    Declaration
    ILUT LUT { get; }
    Property Value
    Type Description
    ILUT

    Methods

    ClearCache()

    Remove all cached data and only keep configuration data, to reduce memory consumption

    Declaration
    void ClearCache()

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors