fw4spl
visu/fwRenderVTK/src/fwRenderVTK/factory/new.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 "fwRenderVTK/IVtkRenderWindowInteractorManager.hpp"
8 #include "fwRenderVTK/factory/new.hpp"
9 
10 
11 namespace fwRenderVTK
12 {
13 
14 namespace factory
15 {
16 
17 ::fwRenderVTK::IVtkRenderWindowInteractorManager::sptr New( const ::fwRenderVTK::registry::KeyType & classname )
18 {
19  return ::fwRenderVTK::registry::get()->create(classname);
20 }
21 
22 } // namespace factory
23 
24 } // namespace fwRenderVTK
25 
26 
Contains fwAtomsFilter::factory utilities.
The namespace fwRenderVTK contains classes for rendering with VTK.