Panda3D
|
This is a base class for a user-defined data type to extend egg structures in processing code. More...
#include "eggUserData.h"
Public Member Functions | |
EggUserData (const EggUserData ©) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
EggUserData & | operator= (const EggUserData ©) |
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 a user-defined data type to extend egg structures in processing code.
The user of the egg library may derive from EggUserData to associate any arbitrary data with various egg objects.
However, this data will not be written out to the disk when the egg file is written; it is an in-memory object only.
Definition at line 34 of file eggUserData.h.
static void EggUserData::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.
Reimplemented in EggOptcharUserData, MayaEggGroupUserData, and SoftEggGroupUserData.
Definition at line 46 of file eggUserData.h.
References TypedReferenceCount::init_type().