sample RT component which has one data input port and one data output port More...
#include <Viewer.h>
Public Member Functions | |
virtual RTC::ReturnCode_t | onActivated (RTC::UniqueId ec_id) |
virtual RTC::ReturnCode_t | onDeactivated (RTC::UniqueId ec_id) |
virtual RTC::ReturnCode_t | onExecute (RTC::UniqueId ec_id) |
virtual RTC::ReturnCode_t | onInitialize () |
Viewer (RTC::Manager *manager) | |
Constructor. | |
virtual | ~Viewer () |
Destructor. | |
Protected Attributes | |
OpenHRP::SceneState | m_sceneState |
InPort< OpenHRP::SceneState > | m_sceneStateIn |
Private Attributes | |
int | dummy |
std::map< std::string, RTCGLbody * > | m_bodies |
LogManager< OpenHRP::SceneState > | m_log |
std::string | m_project |
GLscene | m_scene |
SDLwindow | m_window |
sample RT component which has one data input port and one data output port
Viewer::Viewer | ( | RTC::Manager * | manager | ) |
Viewer::~Viewer | ( | ) | [virtual] |
Destructor.
Definition at line 54 of file Viewer.cpp.
RTC::ReturnCode_t Viewer::onActivated | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 112 of file Viewer.cpp.
RTC::ReturnCode_t Viewer::onDeactivated | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 157 of file Viewer.cpp.
RTC::ReturnCode_t Viewer::onExecute | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 170 of file Viewer.cpp.
RTC::ReturnCode_t Viewer::onInitialize | ( | void | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 60 of file Viewer.cpp.
int Viewer::dummy [private] |
std::map<std::string, RTCGLbody *> Viewer::m_bodies [private] |
LogManager<OpenHRP::SceneState> Viewer::m_log [private] |
std::string Viewer::m_project [private] |
GLscene Viewer::m_scene [private] |
OpenHRP::SceneState Viewer::m_sceneState [protected] |
InPort<OpenHRP::SceneState> Viewer::m_sceneStateIn [protected] |
SDLwindow Viewer::m_window [private] |