taoGroup Class Reference
[Dynamics]
container class to hold dynamics characters
A group is a container object for dynamics characters, particle systems, rigid bodies, and articulated bodies. Characters in different groups can not interact, e.g., no collision between characters from two different groups. All characters in a group share common parameters such as integration time step, gravity, etc.
More...
#include <taoGroup.h>
Collaboration diagram for taoGroup:
[legend]List of all members.
Detailed Description
container class to hold dynamics characters
A group is a container object for dynamics characters, particle systems, rigid bodies, and articulated bodies. Characters in different groups can not interact, e.g., no collision between characters from two different groups. All characters in a group share common parameters such as integration time step, gravity, etc.
Constructor & Destructor Documentation
taoGroup::taoGroup |
( |
|
) |
[inline] |
|
Member Function Documentation
void taoGroup::control |
( |
const deFloat |
time |
) |
|
|
const deInt taoGroup::getID |
( |
|
) |
const [inline] |
|
deInt taoGroup::getIsFixed |
( |
|
) |
[inline] |
|
taoGroup* taoGroup::getNext |
( |
|
) |
[inline] |
|
void taoGroup::setID |
( |
deInt |
i |
) |
[inline] |
|
void taoGroup::setIsFixed |
( |
int |
f |
) |
[inline] |
|
void taoGroup::setNext |
( |
taoGroup * |
g |
) |
[inline] |
|
void taoGroup::simulate |
( |
const deFloat |
dt |
) |
|
|
void taoGroup::updateTransformation |
( |
|
) |
|
|
The documentation for this class was generated from the following files:
Generated on Sun Apr 9 22:12:45 2006 for TAO by
1.4.6-NO