MeVisLab Toolbox Reference
mlSRDocBase.h File Reference

Base object class for passing DSRDocuments between MeVisLab modules. More...

#include "MLMultiFileVolumeListDcmtkOutputsSystem.h"
#include "mlBase.h"
#include <FMEThirdPartyWarningsDisable.h>
#include <boost/shared_ptr.hpp>
#include <dcmtk/dcmsr/dsrdoc.h>
#include <dcmtk/dcmdata/dcfilefo.h>
#include <FMEThirdPartyWarningsRestore.h>
#include <DCMTree_Tree.h>

Go to the source code of this file.

Classes

class  ml::SRDoc
 Base object class for passing DSRDocuments between MeVisLab modules. More...
 

Namespaces

namespace  ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef boost::shared_ptr< DcmFileFormatDcmFileFormatPtr
 Boost shared pointer managing a DcmFileFormat object.
 
typedef boost::shared_ptr< DSRDocumentDSRDocumentPtr
 Boost shared pointer managing a DSRDocument object.
 

Detailed Description

Base object class for passing DSRDocuments between MeVisLab modules.

Author
Wolf Spindler
Date
03/2010

Definition in file mlSRDocBase.h.

Typedef Documentation

◆ DcmFileFormatPtr

Boost shared pointer managing a DcmFileFormat object.

Definition at line 25 of file mlSRDocBase.h.

◆ DSRDocumentPtr

typedef boost::shared_ptr<DSRDocument> DSRDocumentPtr

Boost shared pointer managing a DSRDocument object.

Definition at line 28 of file mlSRDocBase.h.