NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Namespaces | Functions
niftkIGIDataSourceUtils.cxx File Reference
Include dependency graph for niftkIGIDataSourceUtils.cxx:

Namespaces

 niftk
 

Functions

QString niftk::GetPreferredSlash ()
 Returns the platform specific directory separator. More...
 
void niftk::ProbeTimeStampFiles (QDir path, const QString &suffix, std::set< niftk::IGIDataType::IGITimeType > &timeStamps)
 Scans the path for individual files that match a timestamp pattern and suffix. More...
 
void niftk::ProbeTimeStampFiles (QDir path, const QString &suffix, std::set< niftk::IGIDataType::IGITimeType > &timeStamps, QHash< niftk::IGIDataType::IGITimeType, QString > &timeStampToFileName)
 Scans the path for individual files that match a timestamp pattern and suffix. More...
 
void niftk::GetPlaybackIndex (const QString &directory, const QString &fileExtension, QMap< QString, std::set< niftk::IGIDataType::IGITimeType > > &bufferToTimeStamp, QMap< QString, QHash< niftk::IGIDataType::IGITimeType, QStringList > > &bufferToTimeStampToFileNames)
 Returns the list of timestamps, by source name. More...
 
bool niftk::ProbeRecordedData (const QString &path, const QString &fileExtension, niftk::IGIDataType::IGITimeType *firstTimeStampInStore, niftk::IGIDataType::IGITimeType *lastTimeStampInStore)
 Returns the minimum and maximum timestamped of all files under the specified path, with the specified fileExtension, that look like they are timestamped. More...