fw4spl
ImageSeries1.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 "fwStructuralPatch/config.hpp"
10 #include "fwStructuralPatch/creator/fwMedData/Series1.hpp"
11 
12 namespace fwStructuralPatch
13 {
14 namespace creator
15 {
16 namespace fwMedData
17 {
18 
20 class FWSTRUCTURALPATCH_CLASS_API ImageSeries1 : public ::fwStructuralPatch::creator::fwMedData::Series1
21 {
22 
23 public:
24 
26  (()), new ImageSeries1);
27 
29  FWSTRUCTURALPATCH_API ImageSeries1();
30 
32  FWSTRUCTURALPATCH_API ~ImageSeries1();
33 
35  FWSTRUCTURALPATCH_API ImageSeries1( const ImageSeries1& cpy );
36 
38  FWSTRUCTURALPATCH_API virtual ::fwAtoms::Object::sptr create() override;
39 
40 };
41 
42 } // namespace fwMedData
43 } // namespace creator
44 } // namespace fwStructuralPatch
Namespace containing medical data.
Structural creator for fwMedData::ImageSeries version '1'.
Contains creators and structural patches.
Definition: Landmarks1.hpp:13
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.
Structural creator for fwMedData::Series version 1.
Definition: Series1.hpp:21