DefaultWindowManager is a default implementation of MbsWindowManager that do nothing. It is useful in association with VtkWorldRenderer.
More...
#include <DefaultWindowManager.hh>
|
virtual void | Init (MbsWorld3D *world, int x_width, int y_width, int multi_samp) |
| Init the current shape renderer. More...
|
|
virtual void | SwapBuffers () |
|
virtual double | GetTime () |
|
virtual void | Terminate () |
|
virtual int | CheckClose () |
|
virtual bool | Update () |
| Update the window for the current frame Return true if the windows size has changed since the previous frame. More...
|
|
virtual void | PollEvents () |
|
virtual void | UpdateViewPoint (MbsViewPoint *curVp) |
|
virtual int | GetXWidth () |
| get the width along the X axis (in pixels) More...
|
|
virtual int | GetYWidth () |
| get the width along the X axis (in pixels) More...
|
|
DefaultWindowManager is a default implementation of MbsWindowManager that do nothing. It is useful in association with VtkWorldRenderer.
◆ CheckClose()
virtual int CheckClose |
( |
| ) |
|
|
inlinevirtual |
◆ GetTime()
virtual double GetTime |
( |
| ) |
|
|
inlinevirtual |
◆ GetXWidth()
virtual int GetXWidth |
( |
| ) |
|
|
inlinevirtual |
◆ GetYWidth()
virtual int GetYWidth |
( |
| ) |
|
|
inlinevirtual |
◆ Init()
virtual void Init |
( |
MbsWorld3D * |
world, |
|
|
int |
x_width, |
|
|
int |
y_width, |
|
|
int |
multi_samp |
|
) |
| |
|
inlinevirtual |
◆ PollEvents()
virtual void PollEvents |
( |
| ) |
|
|
inlinevirtual |
◆ SwapBuffers()
virtual void SwapBuffers |
( |
| ) |
|
|
inlinevirtual |
◆ Terminate()
virtual void Terminate |
( |
| ) |
|
|
inlinevirtual |
◆ Update()
Update the window for the current frame Return true if the windows size has changed since the previous frame.
Implements MbsWindowManager.
◆ UpdateViewPoint()
virtual void UpdateViewPoint |
( |
MbsViewPoint * |
curVp | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: