fw4spl
Study1.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 
11 #include <fwAtomsPatch/IStructuralCreator.hpp>
12 
13 namespace fwStructuralPatch
14 {
15 namespace creator
16 {
17 namespace fwMedData
18 {
19 
21 class FWSTRUCTURALPATCH_CLASS_API Study1 : public ::fwAtomsPatch::IStructuralCreator
22 {
23 
24 public:
25 
27 
29  FWSTRUCTURALPATCH_API Study1();
30 
32  FWSTRUCTURALPATCH_API ~Study1();
33 
35  FWSTRUCTURALPATCH_API Study1( const Study1& cpy );
36 
42  FWSTRUCTURALPATCH_API virtual ::fwAtoms::Object::sptr create() override;
43 
44 };
45 
46 } // namespace fwMedData
47 } // namespace creator
48 } // namespace fwStructuralPatch
Base class of all structural creators. Creates a new atom object with the default values correspondin...
Namespace containing medical data.
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::Study version &#39;1&#39;.
Definition: Study1.hpp:21