Panda3D
Public Member Functions | Static Public Member Functions

AutonomousLerp Class Reference

Inheritance diagram for AutonomousLerp:
TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

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
LerpFunctorget_functor () const
float get_t () const
virtual TypeHandle get_type () const
bool is_done () const
AutonomousLerpoperator= (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.

Detailed Description

Definition at line 72 of file lerp.h.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations