Interface IPipeline
- Namespace
 - FellowOakDicom.Imaging.Render
 
- Assembly
 - fo-dicom.core.dll
 
Pipeline interface
public interface IPipeline
  - Extension Methods
 
Properties
LUT
Get the LUT of the pipeline
ILUT LUT { get; }
  Property Value
Methods
ClearCache()
Remove all cached data and only keep configuration data, to reduce memory consumption
void ClearCache()