Tulip
4.4.0
Better Visualization Through Research
|
#include <GLInteractor.h>
Inherits tlp::InteractorComponent.
Public Slots | |
virtual bool | compute (tlp::GlMainWidget *) |
virtual bool | draw (tlp::GlMainWidget *) |
Additional Inherited Members | |
Public Member Functions inherited from tlp::InteractorComponent | |
virtual void | clear () |
virtual bool | eventFilter (QObject *, QEvent *) |
virtual void | init () |
void | setView (View *view) |
View * | view () const |
virtual void | viewChanged (View *) |
The GLInteractorComponent class is an InteractorComponent that can do OpenGL rendering on a GlMainWidget.
GLInteractorComponent are meant to be stored into a GLInteractorComposite When installed on a GlMainWidget, this interactor will have two new methods getting called:
Definition at line 42 of file GLInteractor.h.
|
inlinevirtualslot |
Initializes the interactor before the scene in the given GlMainWidget is rendered.
Definition at line 58 of file GLInteractor.h.
|
inlinevirtualslot |
Draws an OpenGL visual feedback for the interactor into a given GlMainWidget. This method is called after the scene was rendered.
Definition at line 51 of file GLInteractor.h.