|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
Generic tag cache implementation. More...
#include <mitkDICOMGenericTagCache.h>


Public Member Functions | |
| mitkClassMacro (DICOMGenericTagCache, DICOMTagCache) | |
| Pointer | Clone () const |
| DICOMDatasetFinding | GetTagValue (DICOMImageFrameInfo *frame, const DICOMTag &tag) const override |
| FindingsListType | GetTagValue (DICOMImageFrameInfo *frame, const DICOMTagPath &path) const override |
| DICOMDatasetAccessingImageFrameList | GetFrameInfoList () const override |
| Retrieve a result list for file-by-file tag access. More... | |
| void | AddFrameInfo (DICOMDatasetAccessingImageFrameInfo *info) |
| void | Reset () |
Public Member Functions inherited from mitk::DICOMTagCache | |
| mitkClassMacroItkParent (DICOMTagCache, itk::Object) | |
| virtual void | SetInputFiles (const StringList &filenames) |
| Define the list of files that were scanned to populate the cache. More... | |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| DICOMGenericTagCache () | |
| ~DICOMGenericTagCache () override | |
Protected Member Functions inherited from mitk::DICOMTagCache | |
| DICOMTagCache () | |
| DICOMTagCache (const DICOMTagCache &) | |
| ~DICOMTagCache () override | |
Protected Attributes | |
| DICOMDatasetAccessingImageFrameList | m_ScanResult |
Protected Attributes inherited from mitk::DICOMTagCache | |
| StringList | m_InputFilenames |
Additional Inherited Members | |
Public Types inherited from mitk::DICOMTagCache | |
| typedef std::list< DICOMDatasetFinding > | FindingsListType |
Generic tag cache implementation.
Definition at line 26 of file mitkDICOMGenericTagCache.h.
|
protected |
|
overrideprotected |
| void mitk::DICOMGenericTagCache::AddFrameInfo | ( | DICOMDatasetAccessingImageFrameInfo * | info | ) |
| Pointer mitk::DICOMGenericTagCache::Clone | ( | ) | const |
|
overridevirtual |
Retrieve a result list for file-by-file tag access.
Implements mitk::DICOMTagCache.
|
overridevirtual |
Implements mitk::DICOMTagCache.
|
overridevirtual |
Implements mitk::DICOMTagCache.
| mitk::DICOMGenericTagCache::mitkClassMacro | ( | DICOMGenericTagCache | , |
| DICOMTagCache | |||
| ) |
|
static |
| void mitk::DICOMGenericTagCache::Reset | ( | ) |
|
protected |
Definition at line 48 of file mitkDICOMGenericTagCache.h.