rtc/Viewer/GLscene.h
Go to the documentation of this file.
1 #ifndef __GLSCENE_H__
2 #define __GLSCENE_H__
3 
4 #include "hrpsys/util/GLsceneBase.h"
5 
6 class LogManagerBase;
7 
8 class GLscene : public GLsceneBase
9 {
10 public:
11  GLscene(LogManagerBase *i_log) : GLsceneBase(i_log) {}
12 private:
13  void updateScene();
14  void showStatus();
15 };
16 #endif
17 
18 
void updateScene()
GLscene(LogManagerBase *i_log)


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