Choreonoid  1.1
公開メンバ関数 | 限定公開メンバ関数 | 全メンバ一覧
cnoid::SceneWorld クラス

#include <SceneWorld.h>

cnoid::SceneWorld の継承関係図

公開メンバ関数

 SceneWorld (WorldItemPtr worldItem)
 

限定公開メンバ関数

virtual ~SceneWorld ()
 
virtual void onAttachedToScene ()
 
virtual void onDetachedFromScene ()
 

詳解

The role of this class is the visualization of the WorldItem state. The bodies contained in a world are visualized by the SceneBody class, so that this class visualizes the remaining objects such as the collisions between bodies.

構築子と解体子

SceneWorld::SceneWorld ( WorldItemPtr  worldItem)
SceneWorld::~SceneWorld ( )
protectedvirtual

関数詳解

void SceneWorld::onAttachedToScene ( )
protectedvirtual
void SceneWorld::onDetachedFromScene ( )
protectedvirtual

このクラス詳解は次のファイルから抽出されました: