JointInteractionEndEvent Class Reference
#include <JointInteractionEvent.h>
Inherits JointInteractionEvent.
Collaboration diagram for JointInteractionEndEvent:

Public Types | |
| typedef EventFactory < JointInteractionEndEvent > | Factory |
Public Member Functions | |
| JointInteractionEndEvent () | |
| JointInteractionEndEvent (unsigned userId, std::vector< unsigned > entityIds) | |
| virtual void | addJointID (int jointID) |
| virtual void | addFloat (float value) |
| virtual float | getFloat () |
| virtual void | addEntityId (unsigned entityId) |
| virtual void | addTransformationData (TransformationData trans) |
| virtual void | encode (NetMessage *message) |
| virtual void | decode (NetMessage *message) |
| virtual void | execute () |
| virtual std::string | toString () |
Protected Attributes | |
| std::vector< int > | jointIDs |
| std::vector< float > | floatValues |
| std::vector< TransformationData > | entityTransformations |
| int | floatIdx |
Member Typedef Documentation
Constructor & Destructor Documentation
| JointInteractionEndEvent::JointInteractionEndEvent | ( | ) |
| JointInteractionEndEvent::JointInteractionEndEvent | ( | unsigned | userId, | |
| std::vector< unsigned > | entityIds | |||
| ) |
Member Function Documentation
| void JointInteractionEndEvent::addEntityId | ( | unsigned | entityId | ) | [virtual] |
| void JointInteractionEndEvent::addFloat | ( | float | value | ) | [virtual] |
| void JointInteractionEndEvent::addJointID | ( | int | jointID | ) | [virtual] |
| void JointInteractionEndEvent::addTransformationData | ( | TransformationData | trans | ) | [virtual] |
| void JointInteractionEndEvent::decode | ( | NetMessage * | message | ) | [virtual] |
Reimplemented from JointInteractionEvent.
| void JointInteractionEndEvent::encode | ( | NetMessage * | message | ) | [virtual] |
- Todo:
- should Event::decode() and Event::encode() be protected?
describe Event::decode() and Event::encode()
Reimplemented from JointInteractionEvent.
| void JointInteractionEndEvent::execute | ( | ) | [virtual] |
| float JointInteractionEndEvent::getFloat | ( | ) | [virtual] |
| std::string JointInteractionEndEvent::toString | ( | ) | [virtual] |
Member Data Documentation
std::vector<TransformationData> JointInteractionEndEvent::entityTransformations [protected] |
int JointInteractionEndEvent::floatIdx [protected] |
std::vector<float> JointInteractionEndEvent::floatValues [protected] |
std::vector<int> JointInteractionEndEvent::jointIDs [protected] |
The documentation for this class was generated from the following files:
- src/inVRs/Modules/JointInteraction/Events/JointInteractionEvent.h
- src/inVRs/Modules/JointInteraction/Events/JointInteractionEvent.cpp
Generated on Wed Oct 20 16:11:57 2010 for inVRs by
1.5.8