MeVisLab Toolbox Reference
|
Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomSEGSave. More...
#include "MLDicomOutputsSystem.h"
#include "mlDicomSEGSave.h"
#include <DicomTagInterfaces/mlDicomCIDEditTagInterface.h>
#include <DicomTagInterfaces/mlDicomCIDSingleEntryEditTagInterface.h>
#include <DicomTagInterfaces/mlDicomPatientModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomContentIdentificationMacroTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralStudyModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralSeriesModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomSegmentationSeriesModuleAttributesTagInterface.h>
#include <DicomTagInterfaces/mlDicomFrameOfReferenceModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralEquipmentModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralImageModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomSegmentationImageModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomContentDateTimeTagInterface.h>
#include <DicomTagInterfaces/mlDicomCommonInstanceReferenceModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomSOPCommonModuleTagInterface.h>
Go to the source code of this file.
Classes | |
class | ml::DicomSEGSaveAddOnPointers |
Structure describing the AddOnPointer; used as private implementation in _fieldAddOnList. More... | |
Namespaces | |
namespace | 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. | |
#define | _addOnPointers (*static_cast<DicomSEGSaveAddOnPointers*>(this->_fieldAddOnList._pImpl)) |
Simple access macro to avoid multiply writing the same access code. | |
Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomSEGSave.
Definition in file mlDicomSEGSaveFieldAddOnList.h.
#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.
#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.