MeVisLab Toolbox Reference
mlDicomDOCSaveAddOnList.h File Reference

Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomDOCSave. More...

Go to the source code of this file.

Classes

class  ml::DicomDOCSaveAddOnPointers
 Structure describing the AddOnPointer; used as private implementation in _fieldAddOnList. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

#define _ENCAPSULATED_PDF_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.104.1"
 The UID for the Encapsulated PDF Document IOD, the used default. More...
 
#define _addOnPointers   (*static_cast<DicomDOCSaveAddOnPointers*>(this->_fieldAddOnList._pImpl))
 Simple access macro to avoid multiply writing the same access code. More...
 

Detailed Description

Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomDOCSave.

Author
Wolf Spindler
Date
2021-04-27

Definition in file mlDicomDOCSaveAddOnList.h.

Macro Definition Documentation

◆ _addOnPointers

#define _addOnPointers   (*static_cast<DicomDOCSaveAddOnPointers*>(this->_fieldAddOnList._pImpl))

Simple access macro to avoid multiply writing the same access code.

Definition at line 93 of file mlDicomDOCSaveAddOnList.h.

◆ _ENCAPSULATED_PDF_SOP_CLASS_UID

#define _ENCAPSULATED_PDF_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.104.1"

The UID for the Encapsulated PDF Document IOD, the used default.

Definition at line 34 of file mlDicomDOCSaveAddOnList.h.