MeVisLab Toolbox Reference
mlMultiFileVolumeListTools.h File Reference

A collection of tools on MultiFileVolumes and MultiFileVolumeLists. More...

Go to the source code of this file.

Namespaces

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

Functions

MLMULTI_FILE_VOLUME_EXPORT bool ml::MultiFileVolumeListTools::checkRequiredFilesExist (const MultiFileVolume &mfv)
 Returns true if all files referenced in mfv can be found as files on disk, otherwise false; multi-frame handles are supported as described in fileHandleFileExists. More...
 
MLMULTI_FILE_VOLUME_EXPORT bool ml::MultiFileVolumeListTools::checkHasFramesFromOneDir (const MultiFileVolume &mfv)
 Returns true if all frames referenced in mfv are located in one flat directory, otherwise false; multi-frame handles are supported as described in fileHandleFileExists. More...
 
MLMULTI_FILE_VOLUME_EXPORT size_t ml::MultiFileVolumeListTools::calcNumFrameDirectories (const MultiFileVolume &mfv)
 Returns the number of directories in which the frames of mfv are located. More...
 
MLMULTI_FILE_VOLUME_EXPORT size_t ml::MultiFileVolumeListTools::calcNumDifferentTagAppearances (const MultiFileVolume &mfv, const std::string &tagId)
 Returns the number of existing different string-convertible top-level tags with id tagId in frames of mfv. More...
 

Detailed Description

A collection of tools on MultiFileVolumes and MultiFileVolumeLists.

Author
Wolf Spindler
Date
12/2016

! A collection of tools on MultiFileVolumes and MultiFileVolumeLists.

Definition in file mlMultiFileVolumeListTools.h.