#include <TetherOperator.h>
Inheritance diagram for gator::TetherOperator:
Public Types | |
typedef boost::shared_ptr< ani::Body > | EntityTypePtr |
Public Methods | |
TetherOperator (EntityTypePtr &e1, EntityTypePtr &e2) | |
virtual | ~TetherOperator () |
void | setEntities (EntityTypePtr &e1, EntityTypePtr &e2) |
e1 is tethered to e2. More... | |
virtual void | exec (ani::DynamicSystem< ani::Body > &ps, float timeDelta) |
apply this force function to the particle. More... |
Definition at line 10 of file TetherOperator.h.
|
Definition at line 13 of file TetherOperator.h. Referenced by setEntities(), and TetherOperator(). |
|
Definition at line 16 of file TetherOperator.h. References EntityTypePtr, and ani::Operator< ani::Body >::Operator(). |
|
Definition at line 22 of file TetherOperator.h. |
|
e1 is tethered to e2.
Definition at line 27 of file TetherOperator.h. References EntityTypePtr. |
|
apply this force function to the particle.
Implements ani::Operator< ani::Body >. Definition at line 34 of file TetherOperator.h. |