fw4spl
reader/iod/SpatialFiducialsIOD.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #pragma once
8 
9 #include "fwGdcmIO/reader/iod/InformationObjectDefinition.hpp"
10 
11 namespace fwGdcmIO
12 {
13 namespace reader
14 {
15 namespace iod
16 {
17 
22 {
23 public:
24 
33  FWGDCMIO_API SpatialFiducialsIOD(const ::fwMedData::DicomSeries::csptr& dicomSeries,
34  const SPTR(::fwGdcmIO::container::DicomInstance)& instance,
35  const ::fwLog::Logger::sptr& logger = nullptr,
36  ProgressCallback progress = nullptr,
37  CancelRequestedCallback cancel = nullptr);
38 
40  FWGDCMIO_API ~SpatialFiducialsIOD();
41 
46  FWGDCMIO_API void read(::fwMedData::Series::sptr series) throw(::fwGdcmIO::exception::Failed);
47 
48 };
49 
50 } // namespace iod
51 } // namespace reader
52 } // namespace fwGdcmIO
#define SPTR(_cls_)
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.
SpatialFiducialsIOD class used to read Spatial Fiducials IODs.
Implements a failed exception class for fwGdcmIO.
InformationObjectDefinition base class used to read DICOM IODs.