| 
    MeVisLab Toolbox Reference
    
   | 
 
Functions | |
| MLMULTI_FILE_VOLUME_EXPORT bool | 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.   | |
| MLMULTI_FILE_VOLUME_EXPORT bool | 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.   | |
| MLMULTI_FILE_VOLUME_EXPORT size_t | calcNumFrameDirectories (const MultiFileVolume &mfv) | 
| Returns the number of directories in which the frames of mfv are located.   | |
| MLMULTI_FILE_VOLUME_EXPORT size_t | 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.   | |
| 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.
| mfv | The MultiFileVolume in whose frames the tags with id tagId are counted. | 
| tagId | The id of the tag whose number of appearances is searched in (a) MultiFileVolume(s). | 
References calcNumDifferentTagAppearances().
Referenced by calcNumDifferentTagAppearances().
| 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.
| mfv | The MultiFileVolume whose number of directories of file handles are to be counted. | 
References calcNumFrameDirectories().
Referenced by calcNumFrameDirectories().
| 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.
| mfv | The MultiFileVolume whose file handles are to be checked to be in one directory. | 
References checkHasFramesFromOneDir().
Referenced by checkHasFramesFromOneDir().
| 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.
| mfv | The MultiFileVolume whose file handles are to be checked. | 
References checkRequiredFilesExist().
Referenced by checkRequiredFilesExist().