|
MeVisLab Toolbox 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 | |
| namespace | ml |
| Main documentation file for ML users and developers. | |
| namespace | 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. | |
| 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. | |
| MLDCMTKMLCONVERTERS_EXPORT DCMTree::TreePtr | ml::MLToRTConverters::toRTROIObservationsSequence (CSOList *csoList, boost::function< void(float)> *setProgress=NULL) |
| Convert PagedImage and CSOList to RT ROI Observations Sequence. | |
| 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. | |
| MLDCMTKMLCONVERTERS_EXPORT DCMTree::TreePtr | ml::MLToRTConverters::toRTDoseROISequence (CSOList *csoList, boost::function< void(float)> *setProgress=NULL) |
| Convert PagedImage and CSOList to RT Dose ROI Sequence. | |
Functions converting ML types to DICOM structures.
Definition in file mlMLToRTConverters.h.