Defines a class to manage vtkRenderWindowInteractor in a off screen window.
More...
#include <OffScreenInteractorManager.hpp>
|
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.
|
|
FWRENDERVTK_API | IVtkRenderWindowInteractorManager () |
| Constructor. Do nothing.
|
|
virtual FWRENDERVTK_API | ~IVtkRenderWindowInteractorManager () |
| Destructor. Do nothing.
|
|
virtual void | setRenderService (::fwServices::IService::sptr srv) |
|
|
static bool | isTypeOf (const std::string &type) |
|
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 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
|
|
|
template<class , class , class > |
class | ::fwTools::ClassFactory |
|
class | ::fwTools::Factory |
|
|
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
|
|
|
typedef ::fwRenderVTK::factory::Key | Key |
|
typedef std::string | FactoryRegistryKeyType |
|
static FWRENDERVTK_API const FactoryRegistryKeyType | REGISTRY_KEY |
|
::fwServices::IService::wptr | m_renderService |
|
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: