fw4spl
fwRenderVTK::IVtkRenderWindowInteractorManager Class Referenceabstract

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

#include <IVtkRenderWindowInteractorManager.hpp>

+ Inheritance diagram for fwRenderVTK::IVtkRenderWindowInteractorManager:
+ Collaboration diagram for fwRenderVTK::IVtkRenderWindowInteractorManager:

Classes

class  Registrar
 Class used to register a class factory in factory registry. This class defines also the object factory ( 'create' ) More...
 

Public Types

typedef ::fwRenderVTK::factory::Key Key
 
typedef std::string FactoryRegistryKeyType
 

Public Member Functions

virtual bool isA (const std::string &type) const override
 
FWRENDERVTK_API IVtkRenderWindowInteractorManager ()
 Constructor. Do nothing.
 
virtual FWRENDERVTK_API ~IVtkRenderWindowInteractorManager ()
 Destructor. Do nothing.
 
virtual FWRENDERVTK_API void installInteractor (::fwGui::container::fwContainer::sptr _parent)=0
 Creates an interactor and installs it in window.
 
virtual FWRENDERVTK_API void uninstallInteractor ()=0
 Deletes interactor and manage correctly the window (removing layout).
 
virtual FWRENDERVTK_API::vtkRenderWindowInteractor * getInteractor ()=0
 Return a pointer on interactor.
 
virtual void setRenderService (::fwServices::IService::sptr srv)
 
- Public Member Functions inherited from fwCore::BaseObject
virtual const std::string & getLeafClassname () const
 return object's classname without its namespace, i.e. BaseObject
 

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 
static FWRENDERVTK_API IVtkRenderWindowInteractorManager::sptr createManager ()
 
- 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
 

Static Public Attributes

static FWRENDERVTK_API const FactoryRegistryKeyType REGISTRY_KEY
 

Protected Attributes

::fwServices::IService::wptr m_renderService
 

Demangling methods

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

Detailed Description

Defines a class to manage vtkRenderWindowInteractor in a window.

Definition at line 30 of file IVtkRenderWindowInteractorManager.hpp.

Member Data Documentation

const IVtkRenderWindowInteractorManager::FactoryRegistryKeyType fwRenderVTK::IVtkRenderWindowInteractorManager::REGISTRY_KEY
static
Initial value:
=
"::fwRenderVTK::IVtkRenderWindowInteractorManager::REGISTRY_KEY"

Definition at line 58 of file IVtkRenderWindowInteractorManager.hpp.


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