Panda3D
|
Public Member Functions | |
AutonomousLerp (LerpFunctor *func, float endt, LerpBlendType *blend, EventHandler *handler) | |
AutonomousLerp (LerpFunctor *func, float startt, float endt, LerpBlendType *blend, EventHandler *handler) | |
AutonomousLerp (const AutonomousLerp &) | |
virtual TypeHandle | force_init_type () |
std::string | get_end_event () const |
LerpFunctor * | get_functor () const |
float | get_t () const |
virtual TypeHandle | get_type () const |
bool | is_done () const |
AutonomousLerp & | operator= (const AutonomousLerp &) |
void | resume () |
void | set_end_event (const std::string &) |
void | set_t (float) |
void | start () |
void | stop () |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
static void AutonomousLerp::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from TypedReferenceCount.
Definition at line 108 of file lerp.h.
References TypedReferenceCount::init_type().