DicomObjects Reference
DicomObjects Reference / doCacheTypes Enumeration
In This Topic
doCacheTypes Enumeration
In This Topic
Description
Mode available for DicomImage.CacheMode
Members
MemberValueDescription
doCacheAll255All caches
doCacheCompressedData16Specifies the raw compressed pixel data (where it needs to be read from disk)
doCacheDisplay1Specified the cached copy of the pixel display data for all frames
doCacheLookupTables4Specifies the lookup tables generated as a result of windowing, etc
doCacheNone0No caching at all
doCachePixelData2Specifies the raw uncompressed pixel data (where it needs to be decompressed or read from disk)
doCacheTexture32Specifies the GPU texture for the basic image data (before windowing etc.) in DirectX mode