Panda3D
|
The base class for a family of intervals that constrain some property to a value over time. More...
#include "cConstraintInterval.h"
Public Member Functions | |
CConstraintInterval (const string &name, double duration) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
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. | |
Public Attributes | |
bool | bogus_variable |
The base class for a family of intervals that constrain some property to a value over time.
Definition at line 26 of file cConstraintInterval.h.
static void CConstraintInterval::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 CInterval.
Reimplemented in CConstrainHprInterval, CConstrainPosHprInterval, CConstrainPosInterval, and CConstrainTransformInterval.
Definition at line 37 of file cConstraintInterval.h.
References CInterval::init_type().
Referenced by CConstrainTransformInterval::init_type(), CConstrainPosInterval::init_type(), CConstrainPosHprInterval::init_type(), and CConstrainHprInterval::init_type().