GLscene.h
Go to the documentation of this file.
00001 #ifndef __GLSCENE_H__
00002 #define __GLSCENE_H__
00003 
00004 #include "hrpsys/util/GLsceneBase.h"
00005 
00006 class LogManagerBase;
00007 
00008 class GLscene : public GLsceneBase
00009 {
00010 public:
00011     GLscene(LogManagerBase *i_log) : GLsceneBase(i_log) {}
00012 private:
00013     void updateScene();
00014     void showStatus();
00015 };
00016 #endif
00017 
00018 


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Wed May 15 2019 05:02:17