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()