| Robot Simulator of the Robotics Group for Self-Organization of Control
    0.8.0
    | 
this is the base-class for objects that exist temporarily like some indicator of manipulation or a message text More...
#include <tmpobject.h>

| Public Member Functions | |
| TmpObject () | |
| virtual | ~TmpObject () | 
| virtual void | init (const OdeHandle &odeHandle, const OsgHandle &osgHandle)=0 | 
| virtual void | deleteObject ()=0 | 
| deletes the object  More... | |
| virtual void | update ()=0 | 
| update graphics here  More... | |
| void | setExpireTime (double time) | 
| bool | expired (double time) | 
| Protected Attributes | |
| double | time | 
this is the base-class for objects that exist temporarily like some indicator of manipulation or a message text
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | pure virtual | 
deletes the object
Implemented in TmpJoint, TmpDisplayItem, and TmpPrimitive.
| 
 | inline | 
Implemented in TmpJoint, TmpDisplayItem, and TmpPrimitive.
| 
 | inline | 
| 
 | pure virtual | 
update graphics here
Implemented in TmpJoint, TmpDisplayItem, and TmpPrimitive.
| 
 | protected |