Panda3D
|
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the maya converter. More...
#include "eggOptcharUserData.h"
Public Types | |
enum | Flags { F_static = 0x0001, F_identity = 0x0002, F_empty = 0x0004, F_top = 0x0008, F_remove = 0x0010, F_expose = 0x0020, F_suppress = 0x0040 } |
Public Member Functions | |
EggOptcharUserData (const EggOptcharUserData ©) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
bool | is_empty () const |
bool | is_identity () const |
bool | is_static () const |
bool | is_top () const |
void | operator= (const EggOptcharUserData ©) |
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 | |
int | _flags |
LMatrix4d | _static_mat |
double | _static_value |
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the maya converter.
Definition at line 28 of file eggOptcharUserData.h.
static void EggOptcharUserData::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 EggUserData.
Definition at line 56 of file eggOptcharUserData.h.