fw4spl
DicomReaderTest.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
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 #ifndef __FWTEST_DICOMREADERTEST_HPP__
8 #define __FWTEST_DICOMREADERTEST_HPP__
9 
10 #include <fwMedData/ImageSeries.hpp>
11 
12 #include "fwTest/config.hpp"
13 
14 namespace fwTest
15 {
16 
23 class FWTEST_CLASS_API DicomReaderTest
24 {
25 
26 public:
27 
35  FWTEST_API static bool checkSeriesACHGenou( const SPTR(::fwMedData::ImageSeries) &series );
36 
40  FWTEST_API static bool checkSeriesACHGenouTrimmed( const SPTR(::fwMedData::ImageSeries) &series );
41 };
42 
43 
44 
45 
46 } // namespace fwTest
47 
48 #endif // __FWTEST_DICOMREADERTEST_HPP__
#define SPTR(_cls_)
Definition: Data.hpp:15
This class defines some tools to check dicom manipulations during tests.