|
Robotran C Documentation
|
Go to the documentation of this file.
8 #ifndef _DEFAULT_WINDOW_MANAGER_HH_
9 #define _DEFAULT_WINDOW_MANAGER_HH_
29 virtual void Init(MbsWorld3D* world,
int x_width,
int y_width,
int multi_samp){};
64 #endif //_DEFAULT_WINDOW_MANAGER_HH_
Definition: MpegFrameCaptureOptions.hh:6
MbsWindowManager is an abstract class that defines the functionalities of a window manager.
Definition: MbsWindowManager.hh:22
virtual void SwapBuffers()
Definition: DefaultWindowManager.hh:32
DefaultWindowManager is a default implementation of MbsWindowManager that do nothing....
Definition: DefaultWindowManager.hh:24
virtual int GetXWidth()
get the width along the X axis (in pixels)
Definition: DefaultWindowManager.hh:53
virtual void Terminate()
Definition: DefaultWindowManager.hh:38
virtual void UpdateViewPoint(MbsViewPoint *curVp)
Definition: DefaultWindowManager.hh:50
virtual double GetTime()
Definition: DefaultWindowManager.hh:35
virtual void PollEvents()
Definition: DefaultWindowManager.hh:47
virtual int GetYWidth()
get the width along the X axis (in pixels)
Definition: DefaultWindowManager.hh:56
virtual int CheckClose()
Definition: DefaultWindowManager.hh:41
virtual void Init(MbsWorld3D *world, int x_width, int y_width, int multi_samp)
Init the current shape renderer.
Definition: DefaultWindowManager.hh:29
virtual bool Update()
Update the window for the current frame Return true if the windows size has changed since the previou...
Definition: DefaultWindowManager.hh:44