7 #ifndef __FWGDCMIO_HELPER_FILEWRITER_HPP__ 8 #define __FWGDCMIO_HELPER_FILEWRITER_HPP__ 10 #include "fwGdcmIO/config.hpp" 14 #include <gdcmDataSet.h> 15 #include <gdcmWriter.h> 16 #include <boost/filesystem/path.hpp> 35 FWGDCMIO_API
static void write(const ::boost::filesystem::path& filename,
36 const SPTR(::gdcm::Writer)& writer);
This file defines fwCore base macros.
The namespace fwGdcmIO contains reader, writer and helper for dicom data.
Helper used to write a DICOM file.