MeVisLab Toolbox Reference
mlDicomSEGSaveFieldAddOnList.h File Reference

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

Go to the source code of this file.

Classes

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

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

#define _SEG_IOD_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.66.4"
 UID for SEG IOD. More...
 
#define _addOnPointers   (*static_cast<DicomSEGSaveAddOnPointers*>(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 DicomSEGSave.

Author
Wolf Spindler
Date
2016-06-26

Definition in file mlDicomSEGSaveFieldAddOnList.h.

Macro Definition Documentation

◆ _addOnPointers

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

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

Definition at line 146 of file mlDicomSEGSaveFieldAddOnList.h.

◆ _SEG_IOD_SOP_CLASS_UID

#define _SEG_IOD_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.66.4"

UID for SEG IOD.

Definition at line 46 of file mlDicomSEGSaveFieldAddOnList.h.