Main Page Class Hierarchy Compound List File List Compound Members File Members
ActionTriple Class Reference
Class to store a tuple of ACTIONID, OBJECTID, and JOINT.
More...
#include <ActionTriple.h>
List of all members.
Detailed Description
Class to store a tuple of ACTIONID, OBJECTID, and JOINT.
This class exists solely so you can write stuff like AcitonTriple(5,7,1) instead of having to fool around with building and destroying structs.
-
Author:
-
Elan Ruskin <eruskin+doxy@andrew.cmu.edu>
Constructor & Destructor Documentation
ActionTriple::ActionTriple |
( |
short |
actionID, |
|
|
short |
object, |
|
|
short |
joint |
|
) |
[inline] |
|
|
The constructor.
-
Parameters:
-
actionID |
The numeric ID of the action. |
object |
The numeric ID of the object. |
joint |
The numeric ID of the joint. |
|
Member Data Documentation
short ActionTriple::actionID
|
|
|
The numeric ID of the action. |
short ActionTriple::joint
|
|
|
The numeric ID of the joint. |
short ActionTriple::object
|
|
|
The numeric ID of the object. |
The documentation for this class was generated from the following file:
Generated on Tue Oct 16 14:06:18 2001 for PuppetMaster by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001