fw4spl
Instantiator.hpp
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 #ifndef __FWRENDERVTK_VTK_INSTANTIATOR_HPP__
8 #define __FWRENDERVTK_VTK_INSTANTIATOR_HPP__
9 
10 #include "fwRenderVTK/config.hpp"
11 
12 namespace fwRenderVTK
13 {
14 
15 namespace vtk
16 {
17 
18 class FWRENDERVTK_CLASS_API Instantiator
19 {
20 public:
21  FWRENDERVTK_API static void ClassInitialize();
22  FWRENDERVTK_API static void ClassFinalize();
23 };
24 
25 } //vtk
26 } //fwRenderVTK
27 
28 #endif //__FWRENDERVTK_VTK_INSTANTIATOR_HPP__
The namespace fwRenderVTK contains classes for rendering with VTK.