fw4spl
Dictionary.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 __FWDCMTKTOOLS_DICTIONARY_HPP__
8 #define __FWDCMTKTOOLS_DICTIONARY_HPP__
9 
10 #include "fwDcmtkTools/config.hpp"
11 
12 #include <fwTools/Type.hpp>
13 
14 #include <stdint.h>
15 
16 namespace fwDcmtkTools
17 {
18 
22 class FWDCMTKTOOLS_CLASS_API Dictionary
23 {
24 public:
26  FWDCMTKTOOLS_API static void loadDictionary();
27 
28 };
29 
30 } //fwDcmtkTools
31 
32 
33 #endif // __FWDCMTKTOOLS_DICTIONARY_HPP__
fwDcmtkTools contains general tools to handle DCMTK library
Definition: Dictionary.hpp:16
DICOM Dictionary Helper.
Definition: Dictionary.hpp:22