MeVisLab Toolbox Reference
mlMLToRTConverters.h File Reference

Functions converting ML types to DICOM structures. More...

#include "MLDcmtkMLConvertersSystem.h"
#include "MLToRT/mlMLToROIContourSequence.h"
#include <mlTypeDefs.h>
#include <DCMTree_Tree.h>
#include <boost/function.hpp>
#include <mlPagedImage.h>
#include <CSOBase/CSOList.h>

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::MLToRTConverters
 

Functions

MLDCMTKMLCONVERTERS_EXPORT DCMTree::TreePtr ml::MLToRTConverters::toStructureSetROISequence (PagedImage *image, CSOList *csoList, boost::function< void(float)> *setProgress=NULL)
 Convert PagedImage and CSOList to Structure Set ROI Sequence. More...
 
MLDCMTKMLCONVERTERS_EXPORT DCMTree::TreePtr ml::MLToRTConverters::toReferencedFrameOfReferenceSequence (PagedImage *image, CSOList *csoList, bool referenceAllImageSlices=false, boost::function< void(float)> *setProgress=NULL)
 Convert PagedImage and CSOList to Referenced Frame Of Reference Sequence. More...
 
MLDCMTKMLCONVERTERS_EXPORT DCMTree::TreePtr ml::MLToRTConverters::toRTROIObservationsSequence (CSOList *csoList, boost::function< void(float)> *setProgress=NULL)
 Convert PagedImage and CSOList to RT ROI Observations Sequence. More...
 
MLDCMTKMLCONVERTERS_EXPORT DCMTree::TreePtr ml::MLToRTConverters::toROIContourSequence (PagedImage *image, CSOList *csoList, int precision, bool treatCollinearAsPlanar=false, MLToROIContourSequence::ImageReferenceMode imageReferenceMode=MLToROIContourSequence::RequireExactlyOneSlice, boost::function< void(float)> *setProgress=NULL)
 Convert PagedImage and CSOList to ROI Contour Sequence. More...
 
MLDCMTKMLCONVERTERS_EXPORT DCMTree::TreePtr ml::MLToRTConverters::toRTDoseROISequence (CSOList *csoList, boost::function< void(float)> *setProgress=NULL)
 Convert PagedImage and CSOList to RT Dose ROI Sequence. More...
 

Detailed Description

Functions converting ML types to DICOM structures.

Author
Grzegorz Chlebus
Date
2014-08-19

Definition in file mlMLToRTConverters.h.