Panda3D
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes

EggOptcharUserData Class Reference

This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the maya converter. More...

#include "eggOptcharUserData.h"

Inheritance diagram for EggOptcharUserData:
EggUserData TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

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 &copy)
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 &copy)

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

Detailed Description

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.


Member Function Documentation

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.


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