fw4spl
Patient1.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 Patient1 : public ::fwAtomsPatch::IStructuralCreator
22 {
23 
24 public:
25 
27 
29  FWSTRUCTURALPATCH_API Patient1();
30 
32  FWSTRUCTURALPATCH_API ~Patient1();
33 
35  FWSTRUCTURALPATCH_API Patient1( const Patient1& cpy );
36 
38  FWSTRUCTURALPATCH_API virtual ::fwAtoms::Object::sptr create() override;
39 
40 };
41 
42 } // namespace fwMedData
43 } // namespace creator
44 } // 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::Patient version &#39;1&#39;.
Definition: Patient1.hpp:21