A generic storage class for image frame info with data access.
More...
#include <mitkDICOMGenericImageFrameInfo.h>
|
| | mitkClassMacro (DICOMGenericImageFrameInfo, DICOMDatasetAccessingImageFrameInfo) |
| |
| | mitkNewMacro1Param (DICOMGenericImageFrameInfo, const std::string &) |
| |
| | mitkNewMacro2Param (DICOMGenericImageFrameInfo, const std::string &, unsigned int) |
| |
| | mitkNewMacro1Param (DICOMGenericImageFrameInfo, const DICOMImageFrameInfo::Pointer &) |
| |
| | ~DICOMGenericImageFrameInfo () override |
| |
| DICOMDatasetFinding | GetTagValueAsString (const DICOMTag &) const override |
| | Return a DICOMDatasetFinding instance of the tag. The return contains (if valid) the raw value of the tag as a string. More...
|
| |
| FindingsListType | GetTagValueAsString (const DICOMTagPath &path) const override |
| | Return a list of DICOMDatasetFindings of the passed tag path. The return contains (if valid) the raw value of the tag as a string. More...
|
| |
| std::string | GetFilenameIfAvailable () const override |
| | Return a filename if possible. If DICOM is not read from file but from somewhere else (network, database), we might not have files. More...
|
| |
| void | SetTagValue (const DICOMTagPath &path, const std::string &value) |
| |
| | mitkClassMacro (DICOMDatasetAccessingImageFrameInfo, DICOMImageFrameInfo) |
| |
| | mitkClassMacroItkParent (DICOMImageFrameInfo, itk::LightObject) |
| |
| | mitkNewMacro1Param (DICOMImageFrameInfo, const std::string &) |
| |
| | mitkNewMacro2Param (DICOMImageFrameInfo, const std::string &, unsigned int) |
| |
| bool | operator== (const DICOMImageFrameInfo &other) const |
| |
| virtual | ~DICOMDatasetAccess () |
| |
|
| static Pointer | New () |
| |
| static Pointer | New () |
| |
A generic storage class for image frame info with data access.
Definition at line 26 of file mitkDICOMGenericImageFrameInfo.h.
◆ ValueMapType
◆ ~DICOMGenericImageFrameInfo()
| mitk::DICOMGenericImageFrameInfo::~DICOMGenericImageFrameInfo |
( |
| ) |
|
|
override |
◆ DICOMGenericImageFrameInfo() [1/2]
| mitk::DICOMGenericImageFrameInfo::DICOMGenericImageFrameInfo |
( |
const DICOMImageFrameInfo::Pointer & |
frameinfo | ) |
|
|
explicitprotected |
◆ DICOMGenericImageFrameInfo() [2/2]
| mitk::DICOMGenericImageFrameInfo::DICOMGenericImageFrameInfo |
( |
const std::string & |
filename = "", |
|
|
unsigned int |
frameNo = 0 |
|
) |
| |
|
protected |
◆ GetFilenameIfAvailable()
| std::string mitk::DICOMGenericImageFrameInfo::GetFilenameIfAvailable |
( |
| ) |
const |
|
overridevirtual |
Return a filename if possible. If DICOM is not read from file but from somewhere else (network, database), we might not have files.
Implements mitk::DICOMDatasetAccess.
◆ GetTagValueAsString() [1/2]
◆ GetTagValueAsString() [2/2]
Return a list of DICOMDatasetFindings of the passed tag path. The return contains (if valid) the raw value of the tag as a string.
- Parameters
-
| path | Tag path which value should be retrieved. |
Implements mitk::DICOMDatasetAccess.
◆ mitkClassMacro()
◆ mitkNewMacro1Param() [1/2]
◆ mitkNewMacro1Param() [2/2]
◆ mitkNewMacro2Param()
◆ New()
| static Pointer mitk::DICOMGenericImageFrameInfo::New |
( |
| ) |
|
|
static |
◆ SetTagValue()
| void mitk::DICOMGenericImageFrameInfo::SetTagValue |
( |
const DICOMTagPath & |
path, |
|
|
const std::string & |
value |
|
) |
| |
Sets the value for a passed tag path. If the tag path is already set, it will be overwritten with the new value.
- Precondition
- Path must be explicit. No wildcards are allowed.
- Postcondition
- The passed value is set for the passed path.
◆ m_Values
The documentation for this class was generated from the following file: