fw4spl
core/fwAtomsFilter/src/fwAtomsFilter/registry/detail.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
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 #include <fwCore/util/LazyInstantiator.hpp>
8 
9 #include "fwAtomsFilter/registry/detail.hpp"
10 
11 
12 namespace fwAtomsFilter
13 {
14 
15 namespace registry
16 {
17 
19 
20 SPTR(Type) get()
21 {
22  typedef ::fwCore::util::LazyInstantiator< Type, FwDataRegistryInstantiatorTag > InstantiatorType;
23  return InstantiatorType::getInstance();
24 }
25 
26 } // namespace registry
27 
28 } // namespace fwAtomsFilter
29 
#define SPTR(_cls_)
Contains fwAtomsFilter::registry details.
FactoryRegistry is a class used to store factories and create instance object with these factories...