Mercurial > hg > Members > kono > Cerium
comparison Renderer/Engine/SceneGraphRoot.h @ 565:2e1b6c5e4f8f
linda API
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 23:45:05 +0900 |
parents | a5fda4e51498 |
children | 0f13810d4492 |
comparison
equal
deleted
inserted
replaced
564:f7ec374fc093 | 565:2e1b6c5e4f8f |
---|---|
93 void registSceneGraph(SceneGraphPtr sg); | 93 void registSceneGraph(SceneGraphPtr sg); |
94 void registSceneGraphList(SceneGraphPtr sg); | 94 void registSceneGraphList(SceneGraphPtr sg); |
95 void addSceneGraphList(TaskManager *manager, SceneGraphPtr tmp); | 95 void addSceneGraphList(TaskManager *manager, SceneGraphPtr tmp); |
96 void addNext(SceneGraphPtr sg); | 96 void addNext(SceneGraphPtr sg); |
97 void allRemove(SceneGraphPtr list); | 97 void allRemove(SceneGraphPtr list); |
98 | |
99 int getLast() { | |
100 return sglist->getLast()->id; | |
101 } | |
102 | |
98 }; | 103 }; |
99 | 104 |
100 typedef SceneGraphRoot *SceneGraphRootPtr; | 105 typedef SceneGraphRoot *SceneGraphRootPtr; |
101 | 106 |
102 | 107 |