|
MeVisLab Toolbox Reference
|
Class managing a list of MultiFileVolume instances. More...
#include "MLMultiFileVolumeSystem.h"#include <mlTypeDefs.h>#include <FMEThirdPartyWarningsDisable.h>#include <list>#include <map>#include <set>#include <string>#include <vector>#include <FMEThirdPartyWarningsRestore.h>#include "mlMultiFileVolumeListSort.h"#include "mlMultiFileVolumeListFind.h"#include <mlDICOMCachedIOFileHandle.h>Go to the source code of this file.
Classes | |
| class | ml::MultiFileVolumeList |
| Class managing a list of MultiFileVolume instances for the DirectDicomImport module; taking ownership of all added, push_back-ed or inserted MultiFileVolume instances. More... | |
Namespaces | |
| namespace | ml |
| Main documentation file for ML users and developers. | |
| namespace | ml::DICOMTagTools |
| A namespace collecting tools related to DICOM tags and tree tools. | |
Typedefs | |
| typedef std::multimap< unsigned int, std::string > | ml::TSearchTerm |
| Typedef to define filter criteria to filter the list of volume references e.g. | |
| typedef MultiFileVolumeList | ml::DirectDicomImportOutVolumeList |
| For backward compatibility to DirectDicomImport applications: | |
Class managing a list of MultiFileVolume instances.
Definition in file mlMultiFileVolumeList.h.