7 #include "fwGdcmIO/writer/iod/InformationObjectDefinition.hpp" 21 const ::boost::filesystem::path& destinationPath,
22 const ::fwLog::Logger::sptr& logger,
23 ProgressCallback progress,
24 CancelRequestedCallback cancel) :
26 m_destinationPath(destinationPath),
28 m_progressCallback(progress),
29 m_cancelRequestedCallback(cancel)
31 SLM_ASSERT(
"Instance should not be null.", instance);
This class defines a DICOM SOP instance. It is useful during the whole writing process. This class allows to share data between module writers.
The namespace fwGdcmIO contains reader, writer and helper for dicom data.
#define SLM_ASSERT(message, cond)
work like 'assert' from 'cassert', with in addition a message logged by spylog (with FATAL loglevel) ...
This file defines SpyLog macros. These macros are used to log messages to a file or to the console du...