#include <GLscene.h>
Private Member Functions | |
void | drawAdditionalLines () |
void | showStatus () |
void | updateScene () |
Additional Inherited Members | |
Public Attributes inherited from hrp::World< hrp::ConstraintForceSolver > | |
hrp::ConstraintForceSolver | constraintForceSolver |
Protected Types inherited from GLsceneBase | |
enum | { REQ_NONE, REQ_CLEAR, REQ_CAPTURE } |
Protected Member Functions inherited from GLsceneBase | |
void | drawFloorGrid () |
void | drawInfo (double fps, size_t ntri) |
Protected Attributes inherited from GLsceneBase | |
float | m_bgColor [3] |
GLcamera * | m_camera |
IplImage * | m_cvImage |
GLcamera * | m_default_camera |
bool | m_defaultLights |
std::string | m_fname |
int | m_height |
bool | m_isCapturing |
struct timeval | m_lastDraw |
LogManagerBase * | m_log |
double | m_maxEdgeLen |
std::vector< std::string > | m_msgs |
int | m_request |
SDL_sem * | m_sem |
bool | m_showFloorGrid |
bool | m_showInfo |
bool | m_showingStatus |
bool | m_showSlider |
int | m_targetObject |
CvVideoWriter * | m_videoWriter |
int | m_width |
Protected Attributes inherited from hrp::WorldBase | |
std::vector< BodyInfo > | bodyInfoArray |
double | currentTime_ |
bool | sensorsAreEnabled |
double | timeStep_ |
Definition at line 11 of file rtc/CollisionDetector/GLscene.h.
|
inline |
Definition at line 14 of file rtc/CollisionDetector/GLscene.h.
|
privatevirtual |
Reimplemented from GLsceneBase.
Definition at line 63 of file rtc/CollisionDetector/GLscene.cpp.
|
privatevirtual |
Reimplemented from GLsceneBase.
Definition at line 128 of file rtc/CollisionDetector/GLscene.cpp.
|
privatevirtual |
Implements GLsceneBase.
Definition at line 30 of file rtc/CollisionDetector/GLscene.cpp.