|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkDICOMImageBlockDescriptor.h>


Public Types | |
| typedef DICOMCachedValueLookupTable | Self |
| typedef GenericLookupTable< DICOMCachedValueInfo > | Superclass |
Public Types inherited from mitk::GenericLookupTable< DICOMCachedValueInfo > | |
| typedef unsigned int | IdentifierType |
| typedef DICOMCachedValueInfo | ValueType |
| typedef std::map< IdentifierType, ValueType > | LookupTableType |
| typedef GenericLookupTable | Self |
Public Member Functions | |
| const char * | GetNameOfClass () const override |
| DICOMCachedValueLookupTable () | |
| Superclass & | operator= (const Superclass &other) override |
| ~DICOMCachedValueLookupTable () override | |
Public Member Functions inherited from mitk::GenericLookupTable< DICOMCachedValueInfo > | |
| GenericLookupTable () | |
| virtual | ~GenericLookupTable () |
| virtual const char * | GetNameOfClass () const |
| void | SetTableValue (IdentifierType id, ValueType value) |
| bool | ValueExists (IdentifierType id) const |
| ValueType | GetTableValue (IdentifierType id) const |
| const LookupTableType & | GetLookupTable () const |
| bool | operator== (const Self &lookupTable) const |
| bool | operator!= (const Self &lookupTable) const |
| virtual Self & | operator= (const Self &other) |
Additional Inherited Members | |
Protected Attributes inherited from mitk::GenericLookupTable< DICOMCachedValueInfo > | |
| LookupTableType | m_LookupTable |
Definition at line 41 of file mitkDICOMImageBlockDescriptor.h.
Definition at line 44 of file mitkDICOMImageBlockDescriptor.h.
Definition at line 45 of file mitkDICOMImageBlockDescriptor.h.
|
inline |
Definition at line 51 of file mitkDICOMImageBlockDescriptor.h.
|
inlineoverride |
Definition at line 53 of file mitkDICOMImageBlockDescriptor.h.
|
inlineoverride |
Definition at line 46 of file mitkDICOMImageBlockDescriptor.h.
|
inlineoverride |
Definition at line 52 of file mitkDICOMImageBlockDescriptor.h.
References mitk::GenericLookupTable< DICOMCachedValueInfo >::operator=().