Tulip
4.10.0
Better Visualization Through Research
|
#include <GlSceneZoomAndPan.h>
Public Member Functions | |
virtual void | animationStep (int animationStep)=0 |
void | setNbAnimationSteps (int nbAnimationSteps) |
Protected Attributes | |
int | nbAnimationSteps |
A class which encapsulate a Tulip OpenGL scene animation This class aims to encapsulate a Tulip OpenGL scene animation. Derive it if you want to add extra animations to the Tulip OpenGL scene while a Zoom and Pan is performed.
Definition at line 37 of file GlSceneZoomAndPan.h.
|
pure virtual |
Pure virtual method called at each step of the Zoom and Pan animation.
Implement it in your derived class to perform any extra animation you want on the Tulip OpenGL scene.
|
inline |
Method to set the total number of animation steps. No need to call it because the GlSceneZoomAndPan class do that task.
Definition at line 47 of file GlSceneZoomAndPan.h.