7 #include "fwRenderVTK/IVtkRenderWindowInteractorManager.hpp" 14 const IVtkRenderWindowInteractorManager::FactoryRegistryKeyType IVtkRenderWindowInteractorManager::REGISTRY_KEY =
15 "::fwRenderVTK::IVtkRenderWindowInteractorManager::REGISTRY_KEY";
19 IVtkRenderWindowInteractorManager::sptr IVtkRenderWindowInteractorManager::createManager()
21 IVtkRenderWindowInteractorManager::sptr manager = ::fwRenderVTK::factory::New(
22 ::fwRenderVTK::IVtkRenderWindowInteractorManager::REGISTRY_KEY );
23 SLM_ASSERT(
"The factory process to create an IVtkRenderWindowInteractorManager, failed." 24 "Missing Qt or Wx component ?", manager );
virtual FWRENDERVTK_API ~IVtkRenderWindowInteractorManager()
Destructor. Do nothing.
FWRENDERVTK_API IVtkRenderWindowInteractorManager()
Constructor. Do nothing.
#define SLM_ASSERT(message, cond)
work like 'assert' from 'cassert', with in addition a message logged by spylog (with FATAL loglevel) ...
The namespace fwRenderVTK contains classes for rendering with VTK.