23 template<
typename CT>
class DICOMCachedIOFileHandleBase;
75 const ML_NAMESPACE::DICOMCachedIOFileHandle &
fileNamePath,
112 static MLuint _instanceCounter;
Project global and OS specific declarations.
#define MLDICOMCachedIO_EXPORT
If included by external modules, exported symbols are declared as import symbols.
DCMTree::pixel_cont_t pixel_cont_t
Structure containing a container for pixel frames and an index of the most recently used one.
Class for cached DICOM tag loading from files for DICOM importing modules.
DCMTree::MFPixelTag::pixel_cont_t getCachedPixFrameData(const ml::DICOMCachedIOFileHandle &fileName, size_t frameIdx, DCMTree::MFPixelTag::pixel_cont_t pixFrameData, size_t numFrames)
Function to create a multi-frame pixel data cache associated to a filename and to cache a data frame ...
~MLDICOMCachedIOPixelFrameCache()
Destructor. Decrements the reference counting and deletes the cache if the new count is 0.
const MLDICOMCachedIOPixelFrameCacheContainer * getCachedIOPixelFrameCacheContainer() const
Returns a constant pointer to the singleton object.
void removeAssociatedEntries(const ml::DICOMCachedIOFileHandle &fileHandle)
Searches all tags and pixel data frames with the given fileHandle in the cache and removes them; note...
bool hasMultiFrameCache(const ml::DICOMCachedIOFileHandle &fileHandle, size_t numFrames) const
Returns true if a frame data cache is available for the fileHandle which has numFrames frames,...
void loadMultiFramesInCache(DCMTree::Const_TreePtr mfTree, const ml::DICOMCachedIOFileHandle &fileNamePath, size_t &numFoundFrames, std::string &warnDesc, std::string &errDesc)
If the given tree is a multi-frame tree then load all frame into the multi-frame tag cache; otherwise...
static MLDICOMCachedIOPixelFrameCache singletonProxy()
Singleton and cache management: Singleton returning the global pixel frame cache.
MLDICOMCachedIOPixelFrameCache()
Constructor. Increments the reference counting and creates a cache if the count is 0.
void clear()
Clears the DICOM tag cache container.
MLMFPixDataFramesCacheEntry * getCachedPixFrameCacheEntry(const ml::DICOMCachedIOFileHandle &fileName)
Return the entry of the frame cache in MLDICOMCachedIOPixelFrameCacheContainer associated with the ha...
Small helper class to manage a list of data frames related to a filename.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
MLuint64 MLuint
An unsigned ML integer type with at least 64 bits used for index calculations on very large images ev...
boost::shared_ptr< const Tree > Const_TreePtr
DICOMCachedIOFileHandleBase< char > DICOMCachedIOFileHandle
"Forward" to DICOMCachedIOFileHandle.