util/viewer/GLscene.h
Go to the documentation of this file.
1 #ifndef __GLSCENE_H__
2 #define __GLSCENE_H__
3 
4 #include <SDL/SDL_thread.h>
5 #include <hrpCorba/ModelLoader.hh>
6 #include "hrpsys/util/GLsceneBase.h"
7 
8 class LogManagerBase;
9 
10 class GLscene : public GLsceneBase
11 {
12 public:
13  GLscene(LogManagerBase *i_log);
14  ~GLscene();
15 private:
16  void updateScene();
17  void drawAdditionalLines();
18 };
19 
20 #endif
GLscene()
Definition: GLmodel.cpp:347
void drawAdditionalLines()
void updateScene()
~GLscene()
Definition: GLmodel.cpp:357


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50