Panda3D
Public Member Functions | Static Public Member Functions
EggUserData Class Reference

This is a base class for a user-defined data type to extend egg structures in processing code. More...

#include "eggUserData.h"

Inheritance diagram for EggUserData:
TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase EggOptcharUserData EggRenderState MayaEggGroupUserData SoftEggGroupUserData

List of all members.

Public Member Functions

 EggUserData (const EggUserData &copy)
virtual TypeHandle force_init_type ()
virtual TypeHandle get_type () const
EggUserDataoperator= (const EggUserData &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.

Detailed Description

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.


Member Function Documentation

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().


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