This class contains helpers to search dicom files on filesystem.
More...
#include <DicomSearch.hpp>
|
static FWGDCMIO_API void | searchRecursively (const ::boost::filesystem::path &dirPath, std::vector< ::boost::filesystem::path > &dicomFiles, bool checkIsDicom, const std::shared_ptr< ::fwJobs::Observer > &fileLookupObserver=nullptr) |
| Search Dicom files recursively by excluding files with known extensions. More...
|
|
|
static void | checkFilenameExtension (const ::boost::filesystem::path &dirPath, std::vector< ::boost::filesystem::path > &dicomFiles, const std::shared_ptr< ::fwJobs::Observer > &fileLookupObserver=nullptr) |
| retrieve files according to extension. More...
|
|
This class contains helpers to search dicom files on filesystem.
Definition at line 32 of file fwGdcmIO/include/fwGdcmIO/helper/DicomSearch.hpp.
static void fwGdcmIO::helper::DicomSearch::checkFilenameExtension |
( |
const ::boost::filesystem::path & |
dirPath, |
|
|
std::vector< ::boost::filesystem::path > & |
dicomFiles, |
|
|
const std::shared_ptr< ::fwJobs::Observer > & |
fileLookupObserver = nullptr |
|
) |
| |
|
staticprotected |
retrieve files according to extension.
- Parameters
-
[in] | dirPath | Root directory |
[out] | dicomFiles | Dicom files |
[in] | fileLookupObserver | lookup observer |
static FWGDCMIO_API void fwGdcmIO::helper::DicomSearch::searchRecursively |
( |
const ::boost::filesystem::path & |
dirPath, |
|
|
std::vector< ::boost::filesystem::path > & |
dicomFiles, |
|
|
bool |
checkIsDicom, |
|
|
const std::shared_ptr< ::fwJobs::Observer > & |
fileLookupObserver = nullptr |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: