MeVisLab Toolbox Reference
Sources Directory Reference

Files

 mlApplyDicomPixelModifiers.h
 Header of the ML module class ApplyDicomPixelModifiers which provides the modification of an ML image according to DICOM tags such as RGB palette information, rescale/slope data etc.
 
 mlDicomModifyBase.h
 Header file of a base class which allows the modification of DICOM tags in a (cloned) DICOM tree.
 
 mlDicomModifyCreateTree.h
 Header of the ML module class DicomModifyCreateTree which creates a DICOM tree, applies connected filters to it, and provides it via a base object at its output.
 
 MLDicomModifyDoc.h
 MLDicomModify - a library providing tools and classes to modify DICOM tags in DCMTrees, either ordinary, sequence or private tags.
 
 mlDicomModifyFieldAddOnBase.h
 Header file of the DicomModifyFieldAddOnBase class dedicated to manage fields for ML modules and instances derived from DicomModifyBase to combine field handling and tag modification functionality to modify DCMTree's.
 
 mlDicomModifyFieldAddOnList.h
 Header file of a class managing many DicomModifFieldAddOns to simplify usage of multiple AddOns.
 
 mlDicomModifyImageTagsFieldAddOn.h
 Header of the DicomModifyFieldAddOnBase class DicomModifyImageTagsFieldAddOn which replaces the image pixel tag in DICOM trees with image data from the image connector and tries to adapt as many as possible related tags accordingly to create mostly DICOM compliant DCMTrees.
 
 mlDicomModifyImageTagsPlugin.h
 Header of the ML module class DicomModifyImageTagsPlugin which makes use of DicomModifyImageTagsFieldAddOn which replaces the image pixel tag in DICOM trees with image data from the image connector and tries to adapt as many as possible related tags accordingly to create mostly DICOM compliant DCMTrees.
 
 mlDicomModifyList.h
 Header file of a class which manages a list of DicomModifyBase objects and an input which allows the concatenation of further DicomModifyList or derived objects.
 
 mlDicomModifyMultiFileVolumeExport.h
 Header of the ML module class DicomModifyMultiFileVolumeExport which exports a MultiFileVolume composed of DICOM frames as files with modified DICOM information into a destination directory.
 
 mlDicomModifyOrdinary.h
 Header file of a concrete class derived from DicomModifyBase which allows the modification of ordinary, non-private, non-sequence DICOM tags in a (cloned) DICOM tree.
 
 mlDicomModifyOrdinaryFieldAddOn.h
 Header file of the DicomModifyFieldAddOnBase class DicomModifyOrdinaryFieldAddOn managing fields to represent functionality from DicomModifyOrdinary to modify ordinary DICOM tags.
 
 mlDicomModifyOtherTagOperations.h
 Header file of a concrete class derived from DicomModifyBase which allows some operations on tag groups in a (cloned) DICOM tree such as removal or modification of all Type 2 or Type 3 tags.
 
 mlDicomModifyOtherTagOperationsFieldAddOn.h
 Header file of the DicomModifyFieldAddOnBase class DicomModifyOtherTagOperationsFieldAddOn which manages fields to represent functionality from DicomModifyOtherTagOperations to modify some specific DICOM tag manipulations.
 
 mlDicomModifyPrivateAdd.h
 Header file of a concrete class derived from DicomModifyBase which allows adding or replacement of a non-ordinary, non-sequence, private tag(s) in a (cloned) DICOM tree; see also DicomModifyPrivateAddFieldAddOn.
 
 mlDicomModifyPrivateAddFieldAddOn.h
 Header file of the DicomModifyFieldAddOnBase class DicomModifyPrivateAddFieldAddOn managing fields to represent functionality to add or replace private tags and creators; see also DicomModifyPrivateAdd.
 
 mlDicomModifyPrivateRemove.h
 Header file of a concrete class derived from DicomModifyBase which allows the removal of non-ordinary, non-sequence, private tags in a (cloned) DICOM tree.
 
 mlDicomModifyPrivateRemoveFieldAddOn.h
 Header file of the DicomModifyFieldAddOnBase class DicomModifyPrivateRemoveFieldAddOn managing fields to represent functionality from DicomModifyPrivate to modify private DICOM tags.
 
 mlDicomModifySequence.h
 Header file of a concrete class derived from DicomModifyBase which allows the modification of a non-ordinary, non-private, sequence tag in a (cloned) DICOM tree.
 
 mlDicomModifySequenceFieldAddOn.h
 Header file of the DicomModifyFieldAddOnBase class DicomModifySequenceFieldAddOn managing fields to represent functionality from DicomModifySequence to modify sequence DICOM tags.
 
 mlDicomModifySubTreeSelectorFieldAddOn.h
 Header of the DicomModifyFieldAddOnBase class DicomModifySubTreeSelectorFieldAddOn which manages fields to select sequence or MeVis SMF Tree subtrees which then can be modified by appended DicomModify instances.
 
 mlDicomModifySubTreeSelectorPlugin.h
 Header of the ML module class DicomModifySubTreeSelectorPlugin which allows the selection of DCMTrees inside of Sequence tags or MeVis SMF trees to make it possible that other DicomModifyTagPlugins manipulate them.
 
 MLDicomModifySystem.h
 Project global and OS specific declarations.
 
 mlDicomModifyTagsPlugin.h
 Header of the ML module class DicomModifyTagsPlugin which provides a number of DCMTree::Tag manipulators which can be applied to DCMTree::Trees.
 
 mlDicomModifyTagsVariousFieldAddOns.h
 Header of the DicomModifyTagsVariousFieldAddOns class which composes many typical DicomModifyFieldAddOnBase classes to a single new and easy to use one and which provides input/output base fields to concatenate many of them to pipelines.
 
 mlDicomModifyTree.h
 Header of the ML module class DicomModifyTree for modifying DICOM trees.
 
 mlDicomModifyTreeAndImage.h
 Header of the ML module class DicomModifyTreeAndImage for composing and decomposing ML Images and DICOM trees as well as for modifying DICOM trees.
 
 mlTreeAndVolumeInputFieldAddOn.h
 Header file of a FieldAddOn managing fields and functionality for a multi- purpose input connector for MultiFileVolumeList(s) and DICOM-Tree(s).