MeVisLab Toolbox Reference
mlDicomSegmentItemImage.h File Reference

Header file of class describing one segment as it is described in the DICOM standard under SEGMENTATION IMAGE MODULE ATTRIBUTES. More...

#include "MLMLToDicomToolsSystem.h"
#include "mlDicomSegmentItemImageBase.h"
#include <mlSubImage.h>
#include <mlBitImage.h>
#include <ThirdPartyWarningsDisable.h>
#include <boost/smart_ptr.hpp>
#include <ThirdPartyWarningsRestore.h>

Go to the source code of this file.

Classes

class  ml::DicomSegmentItemImage< SEGMENT_IMAGE_TYPE >
 Class describing one segment as it is described in the DICOM standard under SEGMENTATION IMAGE MODULE ATTRIBUTES. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef DicomSegmentItemImage< SubImage > ml::DicomSegmentItemSubImage
 Implementation file of a class describing a unsigned 8 bit sub image type to be read/write as DICOM SEG image. More...
 
typedef DicomSegmentItemImage< BitImage > ml::DicomSegmentItemBitImage
 Implementation file of a class describing a BitImage type to be read/write as DICOM SEG image. More...
 

Detailed Description

Header file of class describing one segment as it is described in the DICOM standard under SEGMENTATION IMAGE MODULE ATTRIBUTES.

Author
Wolf Spindler
Date
2016-08-25

Definition in file mlDicomSegmentItemImage.h.