fw4spl
Codec.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
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 __FWDCMTKIO_HELPER_CODEC_HPP__
8 #define __FWDCMTKIO_HELPER_CODEC_HPP__
9 
10 #include "fwDcmtkIO/config.hpp"
11 
12 namespace fwDcmtkIO
13 {
14 namespace helper
15 {
16 
20 class FWDCMTKIO_CLASS_API Codec
21 {
22 public:
24  FWDCMTKIO_API static void registerCodecs();
25 
27  FWDCMTKIO_API static void cleanup();
28 
29 
30 };
31 
32 } //helper
33 } //fwDcmtkIO
34 
35 
36 #endif /* __FWDCMTKIO_HELPER_CODEC_HPP__ */
Dicom Codec Helper. This class is used to load Dicom codecs.
Definition: Codec.hpp:20
fwDcmtkIO contains classes used to pull Dicom images from a pacs using dcmtk library.
Definition: Codec.hpp:12