MeVisLab Toolbox Reference
mlMultiFileVolumeList.h File Reference

Class managing a list of MultiFileVolume instances. More...

#include "MLMultiFileVolumeSystem.h"
#include <mlTypeDefs.h>
#include <ThirdPartyWarningsDisable.h>
#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>
#include <ThirdPartyWarningsRestore.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

 ml
 Main documentation file for ML users and developers.
 
 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. More...
 
typedef MultiFileVolumeList ml::DirectDicomImportOutVolumeList
 For backward compatibility to DirectDicomImport applications: More...
 

Detailed Description

Class managing a list of MultiFileVolume instances.

Author
Wolf Spindler
Date
2009-12-02

Definition in file mlMultiFileVolumeList.h.