| 
    MeVisLab Toolbox Reference
    
   | 
 
Pure virtual base class describing an abstract image type to be read/written as DICOM SEG image as it is described in the DICOM standard under SEGMENTATION IMAGE MODULE ATTRIBUTES. More...
#include <mlDicomSegmentItemImageBase.h>
  
Public Member Functions | |
| DicomSegmentItemImageBase () | |
| Default constructor creating an image.   | |
| virtual | ~DicomSegmentItemImageBase () | 
| Virtual destructor.   | |
| virtual std::string | getImageType () const =0 | 
| Returns the type of the image as string.   | |
Pure virtual base class describing an abstract image type to be read/written as DICOM SEG image as it is described in the DICOM standard under SEGMENTATION IMAGE MODULE ATTRIBUTES.
Definition at line 27 of file mlDicomSegmentItemImageBase.h.
| ml::DicomSegmentItemImageBase::DicomSegmentItemImageBase | ( | ) | 
Default constructor creating an image.
      
  | 
  inlinevirtual | 
Virtual destructor.
Definition at line 34 of file mlDicomSegmentItemImageBase.h.
      
  | 
  pure virtual | 
Returns the type of the image as string.
Implemented in ml::DicomSegmentItemImage< SEGMENT_IMAGE_TYPE >, ml::DicomSegmentItemImage< SEGMENT_IMAGE_TYPE >, and ml::DicomSegmentItemImage< SEGMENT_IMAGE_TYPE >.