Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
... More...
#include <mitkDICOMTagCache.h>
Public Types | |
typedef std::list< DICOMDatasetFinding > | FindingsListType |
Public Member Functions | |
mitkClassMacroItkParent (DICOMTagCache, itk::Object) | |
virtual void | SetInputFiles (const StringList &filenames) |
Define the list of files that were scanned to populate the cache. More... | |
virtual DICOMDatasetFinding | GetTagValue (DICOMImageFrameInfo *frame, const DICOMTag &tag) const =0 |
virtual FindingsListType | GetTagValue (DICOMImageFrameInfo *frame, const DICOMTagPath &path) const =0 |
virtual DICOMDatasetAccessingImageFrameList | GetFrameInfoList () const =0 |
Retrieve a result list for file-by-file tag access. More... | |
Protected Member Functions | |
DICOMTagCache () | |
DICOMTagCache (const DICOMTagCache &) | |
~DICOMTagCache () override | |
Protected Attributes | |
StringList | m_InputFilenames |
...
Definition at line 33 of file mitkDICOMTagCache.h.
typedef std::list<DICOMDatasetFinding> mitk::DICOMTagCache::FindingsListType |
Definition at line 38 of file mitkDICOMTagCache.h.
|
protected |
|
protected |
|
overrideprotected |
|
pure virtual |
Retrieve a result list for file-by-file tag access.
Implemented in mitk::DICOMGDCMTagCache, and mitk::DICOMGenericTagCache.
|
pure virtual |
Implemented in mitk::DICOMGDCMTagCache, and mitk::DICOMGenericTagCache.
|
pure virtual |
Implemented in mitk::DICOMGDCMTagCache, and mitk::DICOMGenericTagCache.
mitk::DICOMTagCache::mitkClassMacroItkParent | ( | DICOMTagCache | , |
itk::Object | |||
) |
|
virtual |
Define the list of files that were scanned to populate the cache.
|
protected |
Definition at line 56 of file mitkDICOMTagCache.h.