7 #ifndef __FWRENDERVTK_REGISTRY_MACROS_HPP__ 8 #define __FWRENDERVTK_REGISTRY_MACROS_HPP__ 10 #include <boost/preprocessor/cat.hpp> 12 #include "fwRenderVTK/IVtkRenderWindowInteractorManager.hpp" 13 #include "fwRenderVTK/registry/detail.hpp" 20 #define fwRenderVTKRegisterMacro( VTKRenderInteractorMngClassname, FunctorKey ) \ 21 static ::fwRenderVTK::IVtkRenderWindowInteractorManager::Registrar< VTKRenderInteractorMngClassname > \ 22 BOOST_PP_CAT( s__factory__record__, __LINE__) ( FunctorKey ); Contains fwAtomsFilter::registry details.
The namespace fwRenderVTK contains classes for rendering with VTK.