|
MeVisLab Toolbox 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< DcmFileFormat > | DcmFileFormatPtr |
| Boost shared pointer managing a DcmFileFormat object. | |
| typedef boost::shared_ptr< DSRDocument > | DSRDocumentPtr |
| Boost shared pointer managing a DSRDocument object. | |
Base object class for passing DSRDocuments between MeVisLab modules.
Definition in file mlSRDocBase.h.
| typedef boost::shared_ptr<DcmFileFormat> DcmFileFormatPtr |
Boost shared pointer managing a DcmFileFormat object.
Definition at line 25 of file mlSRDocBase.h.
| typedef boost::shared_ptr<DSRDocument> DSRDocumentPtr |
Boost shared pointer managing a DSRDocument object.
Definition at line 28 of file mlSRDocBase.h.