#include <GLmodel.h>
GLscene::GLscene | ( | ) | [private] |
Definition at line 347 of file GLmodel.cpp.
GLscene::~GLscene | ( | ) | [private] |
Definition at line 357 of file GLmodel.cpp.
GLscene::GLscene | ( | ) |
GLscene::GLscene | ( | LogManagerBase * | i_log | ) | [inline] |
Definition at line 11 of file rtc/Viewer/GLscene.h.
GLscene::GLscene | ( | LogManagerBase * | i_log | ) | [inline] |
Definition at line 11 of file rtc/VirtualCamera/GLscene.h.
GLscene::GLscene | ( | LogManagerBase * | i_log | ) | [inline] |
Definition at line 12 of file util/monitor/GLscene.h.
GLscene::GLscene | ( | LogManagerBase * | i_log | ) |
GLscene::GLscene | ( | LogManagerBase * | i_log | ) |
GLbody * GLscene::addBody | ( | OpenHRP::BodyInfo_var | i_binfo | ) |
Definition at line 550 of file IrrModel.cpp.
void GLscene::addBody | ( | GLbody * | i_body | ) |
Definition at line 293 of file GLmodel.cpp.
GLbody * GLscene::body | ( | unsigned int | i_rank | ) |
Definition at line 442 of file GLmodel.cpp.
void GLscene::capture | ( | unsigned char * | o_image | ) |
Definition at line 408 of file GLmodel.cpp.
void GLscene::draw | ( | ) |
Reimplemented from GLsceneBase.
Definition at line 496 of file IrrModel.cpp.
void GLscene::draw | ( | bool | swap = true | ) |
Definition at line 297 of file GLmodel.cpp.
void GLscene::drawAdditionalLines | ( | ) | [private, virtual] |
Reimplemented from GLsceneBase.
void GLscene::drawAdditionalLines | ( | ) | [private, virtual] |
Reimplemented from GLsceneBase.
void GLscene::drawAdditionalLines | ( | ) | [private, virtual] |
Reimplemented from GLsceneBase.
Definition at line 272 of file util/monitor/GLscene.cpp.
void GLscene::drawSensorOutput | ( | hrp::Body * | i_body, |
hrp::Sensor * | i_sensor | ||
) | [private] |
Definition at line 171 of file util/simulator/GLscene.cpp.
Reimplemented from GLsceneBase.
GLcamera * GLscene::getCamera | ( | ) |
Reimplemented from GLsceneBase.
Definition at line 429 of file GLmodel.cpp.
static GLscene* GLscene::getInstance | ( | ) | [static] |
GLscene * GLscene::getInstance | ( | ) | [static] |
Definition at line 332 of file GLmodel.cpp.
ISceneManager * GLscene::getSceneManager | ( | ) |
Definition at line 572 of file IrrModel.cpp.
IVideoDriver * GLscene::getVideoDriver | ( | ) |
Definition at line 577 of file IrrModel.cpp.
bool GLscene::init | ( | int | w = 640 , |
int | h = 480 |
||
) |
Definition at line 524 of file IrrModel.cpp.
void GLscene::init | ( | ) |
Reimplemented from GLsceneBase.
Definition at line 362 of file GLmodel.cpp.
unsigned int GLscene::numBodies | ( | ) | const |
Definition at line 437 of file GLmodel.cpp.
void GLscene::save | ( | const char * | i_fname | ) |
Reimplemented from GLsceneBase.
Definition at line 391 of file GLmodel.cpp.
void GLscene::setCamera | ( | GLcamera * | i_camera | ) |
Reimplemented from GLsceneBase.
void GLscene::setCamera | ( | GLcamera * | i_camera | ) |
Reimplemented from GLsceneBase.
Definition at line 420 of file GLmodel.cpp.
void GLscene::setCollisionCheckPairs | ( | const std::vector< hrp::ColdetLinkPairPtr > & | i_pairs | ) |
Definition at line 298 of file util/monitor/GLscene.cpp.
void GLscene::showCollision | ( | bool | flag | ) |
Definition at line 261 of file util/simulator/GLscene.cpp.
bool GLscene::showCollision | ( | ) |
Definition at line 266 of file util/simulator/GLscene.cpp.
void GLscene::showCoMonFloor | ( | bool | flag | ) |
Definition at line 303 of file util/monitor/GLscene.cpp.
void GLscene::showSensors | ( | bool | flag | ) |
Definition at line 251 of file util/simulator/GLscene.cpp.
bool GLscene::showSensors | ( | ) |
Definition at line 256 of file util/simulator/GLscene.cpp.
void GLscene::showStatus | ( | ) | [private, virtual] |
Reimplemented from GLsceneBase.
void GLscene::showStatus | ( | ) | [private, virtual] |
Reimplemented from GLsceneBase.
Definition at line 71 of file rtc/Viewer/GLscene.cpp.
void GLscene::showStatus | ( | ) | [private, virtual] |
Reimplemented from GLsceneBase.
void GLscene::showStatus | ( | ) | [private, virtual] |
Reimplemented from GLsceneBase.
void GLscene::updateScene | ( | ) | [private, virtual] |
Implements GLsceneBase.
Definition at line 51 of file rtc/Viewer/GLscene.cpp.
void GLscene::updateScene | ( | ) | [private, virtual] |
Implements GLsceneBase.
void GLscene::updateScene | ( | ) | [private, virtual] |
Implements GLsceneBase.
void GLscene::updateScene | ( | ) | [private, virtual] |
Implements GLsceneBase.
void GLscene::updateScene | ( | ) | [private, virtual] |
Implements GLsceneBase.
std::vector<GLbody *> GLscene::m_bodies [private] |
GLcamera * GLscene::m_camera [private] |
Reimplemented from GLsceneBase.
irr::scene::ICameraSceneNode* GLscene::m_cnode [private] |
Definition at line 28 of file IrrModel.h.
GLcamera * GLscene::m_default_camera [private] |
Reimplemented from GLsceneBase.
GLcamera * GLscene::m_defaultCamera [private] |
Definition at line 27 of file IrrModel.h.
irr::IrrlichtDevice* GLscene::m_device [private] |
Definition at line 26 of file IrrModel.h.
std::vector<hrp::ColdetLinkPairPtr> GLscene::m_pairs [private] |
Definition at line 19 of file util/monitor/GLscene.h.
irr::IEventReceiver* GLscene::m_receiver [private] |
Definition at line 29 of file IrrModel.h.
static GLscene * GLscene::m_scene = new GLscene() [static, private] |
bool GLscene::m_showCollision [private] |
Definition at line 20 of file util/simulator/GLscene.h.
bool GLscene::m_showCoMonFloor [private] |
Definition at line 20 of file util/monitor/GLscene.h.
bool GLscene::m_showSensors [private] |
Definition at line 20 of file util/simulator/GLscene.h.