7 #ifndef __VTKGDCMIO_HELPER_GDCMHELPER_HPP__ 8 #define __VTKGDCMIO_HELPER_GDCMHELPER_HPP__ 10 #include <boost/filesystem/path.hpp> 11 #include <boost/filesystem.hpp> 13 #include "vtkGdcmIO/config.hpp" 29 VTKGDCMIO_API
static void searchRecursivelyFiles(const ::boost::filesystem::path &dirPath,
30 std::vector<std::string>& dicomFiles);
31 static bool compare(std::string & _strOrgin, std::vector<std::string> * vecStr);
vtkmGdcm reader/writer lib
This class contains helpers to search dicom files on filesystem...