Panda3D
|
This is a base class for EggVertexPointer and EggScalarTablePointer. More...
#include "eggSliderPointer.h"
Public Member Functions | |
virtual TypeHandle | force_init_type () |
virtual double | get_frame (int n) const =0 |
virtual int | get_num_frames () const =0 |
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. |
This is a base class for EggVertexPointer and EggScalarTablePointer.
Definition at line 29 of file eggSliderPointer.h.
static void EggSliderPointer::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 EggBackPointer.
Reimplemented in EggScalarTablePointer, and EggVertexPointer.
Definition at line 38 of file eggSliderPointer.h.