19 #ifndef GLINTERACTOR_H 20 #define GLINTERACTOR_H 22 #include <tulip/InteractorComposite.h> 89 #endif // GLINTERACTOR_H
The GLInteractorComposite class behaves like a InteractorComposite but is meant to store GLInteractor...
virtual bool compute(tlp::GlMainWidget *)
Initializes the interactor before the scene in the given GlMainWidget is rendered.
virtual bool draw(tlp::GlMainWidget *)
Draws an OpenGL visual feedback for the interactor into a given GlMainWidget. This method is called a...
The GLInteractorComponent class is an InteractorComponent that can do OpenGL rendering on a GlMainWid...
This widget provide a simple system to visualize data/graph with OpenGL 3D engine.