fw4spl
fwRenderVTK::OffScreenInteractorManager Class Reference

Defines a class to manage vtkRenderWindowInteractor in a off screen window. More...

#include <OffScreenInteractorManager.hpp>

+ Inheritance diagram for fwRenderVTK::OffScreenInteractorManager:
+ Collaboration diagram for fwRenderVTK::OffScreenInteractorManager:

Public Member Functions

virtual bool isA (const std::string &type) const override
 
virtual FWRENDERVTK_API void installInteractor (::fwGui::container::fwContainer::sptr _parent) override
 Do NOT use, this interactor doens't need container. You must use installInteractor(width, height) instead.
 
virtual FWRENDERVTK_API void installInteractor (unsigned int width, unsigned int height)
 Creates a render window and an interactor.
 
virtual FWRENDERVTK_API void uninstallInteractor () override
 Deletes interactor and manage correctly the window (removing layout).
 
virtual FWRENDERVTK_API::vtkRenderWindowInteractor * getInteractor () override
 Return a pointer on interactor.
 
- Public Member Functions inherited from fwRenderVTK::IVtkRenderWindowInteractorManager
FWRENDERVTK_API IVtkRenderWindowInteractorManager ()
 Constructor. Do nothing.
 
virtual FWRENDERVTK_API ~IVtkRenderWindowInteractorManager ()
 Destructor. Do nothing.
 
virtual void setRenderService (::fwServices::IService::sptr srv)
 
- Public Member Functions inherited from fwCore::BaseObject

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 
- Static Public Member Functions inherited from fwRenderVTK::IVtkRenderWindowInteractorManager
static bool isTypeOf (const std::string &type)
 
static FWRENDERVTK_API IVtkRenderWindowInteractorManager::sptr createManager ()
 
static const std::string & classname ()
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 
- Static Public Member Functions inherited from fwCore::BaseObject
static bool isTypeOf (const std::string &type)
 
static const std::string & leafClassname ()
 return object's classname without its namespace, i.e. BaseObject
 
static const std::string & classname ()
 return object's classname without its namespace, i.e. BaseObject
 

Friends

template<class , class , class >
class ::fwTools::ClassFactory
 
class ::fwTools::Factory
 

Demangling methods

virtual const std::string & getLeafClassname () const override
 return object's classname without its namespace, i.e. BaseObject
 
virtual const std::string & getClassname () const override
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 
static const std::string & leafClassname ()
 return object's classname without its namespace, i.e. BaseObject
 
static const std::string & classname ()
 return object's classname without its namespace, i.e. BaseObject
 

Additional Inherited Members

- Public Types inherited from fwRenderVTK::IVtkRenderWindowInteractorManager
typedef ::fwRenderVTK::factory::Key Key
 
typedef std::string FactoryRegistryKeyType
 
- Static Public Attributes inherited from fwRenderVTK::IVtkRenderWindowInteractorManager
static FWRENDERVTK_API const FactoryRegistryKeyType REGISTRY_KEY
 
- Protected Attributes inherited from fwRenderVTK::IVtkRenderWindowInteractorManager
::fwServices::IService::wptr m_renderService
 

Detailed Description

Defines a class to manage vtkRenderWindowInteractor in a off screen window.

Definition at line 25 of file OffScreenInteractorManager.hpp.


The documentation for this class was generated from the following files: