fw4spl
SrcLib/io/fwDcmtkIO/include/fwDcmtkIO/namespace.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_NAMESPACE_HPP__
8 #define __FWDCMTKIO_NAMESPACE_HPP__
9 
11 namespace fwDcmtkIO
12 {
13 
15 namespace helper
16 {
17 } //namespace helper
18 
20 namespace reader
21 {
22 
24 namespace main
25 {
26 } //namespace main
27 
29 namespace rgblookup
30 {
31 } //namespace rgblookup
32 
33 } //namespace reader
34 
35 } //namespace fwDcmtkIO
36 
37 
38 #endif /* __FWDCMTKIO_NAMESPACE_HPP__ */
fwDcmtkIO contains classes used to pull Dicom images from a pacs using dcmtk library.
Definition: Codec.hpp:12