#include <stage.hh>
List of all members.
Detailed Description
Base class for Model and World
Constructor & Destructor Documentation
Ancestor::~Ancestor |
( |
| ) |
[virtual] |
Member Function Documentation
void Ancestor::AddChild |
( |
Model * |
mod | ) |
[virtual] |
recursively call func( model, arg ) for each descendant
get the children of the this element
Pose Ancestor::GetGlobalPose |
( |
| ) |
[virtual] |
void* Stg::Ancestor::GetProperty |
( |
std::string & |
key | ) |
[inline] |
A key-value database for users to associate arbitrary things with this model.
void Ancestor::Load |
( |
Worldfile * |
wf, |
|
|
int |
section |
|
) |
| [protected] |
void Ancestor::RemoveChild |
( |
Model * |
mod | ) |
[virtual] |
void Ancestor::Save |
( |
Worldfile * |
wf, |
|
|
int |
section |
|
) |
| [protected] |
void Stg::Ancestor::SetProperty |
( |
std::string & |
key, |
|
|
void * |
value |
|
) |
| [inline] |
A key-value database for users to associate arbitrary things with this model.
void Stg::Ancestor::SetToken |
( |
const std::string & |
str | ) |
[inline] |
const char* Stg::Ancestor::Token |
( |
| ) |
[inline] |
const std::string& Stg::Ancestor::TokenStr |
( |
| ) |
[inline] |
Member Data Documentation
array contains the number of each type of child model
A key-value database for users to associate arbitrary things with this object.
The documentation for this class was generated from the following files: