Tulip
5.6.0
Large graphs analysis and drawing
|
#include <GLInteractor.h>
Inherits tlp::InteractorComponent.
Public Slots | |
virtual bool | compute (tlp::GlMainWidget *) |
virtual bool | draw (tlp::GlMainWidget *) |
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: @list
Definition at line 46 of file GLInteractor.h.
|
inlinevirtualslot |
Initializes the interactor before the scene in the given GlMainWidget is rendered.
Definition at line 62 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 55 of file GLInteractor.h.