#include <eggBackPointer.h>
Inheritance diagram for EggBackPointer:
Public Member Functions | |
EggBackPointer () | |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
int | get_type_index () const |
bool | is_of_type (TypeHandle handle) const |
bool | is_exact_type (TypeHandle handle) const |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Static Private Attributes | |
TypeHandle | _type_handle |
One of these objects corresponds to each model appearing in an egg file, and may reference either a single node, or a table, or a slew of vertices and primitives, depending on the type of data stored.
This is just an abstract base class. The actual details are stored in the various subclasses.
Definition at line 54 of file eggBackPointer.h.
|
Definition at line 35 of file eggBackPointer.cxx. |
|
Implements TypedObject. Reimplemented in EggJointNodePointer, EggJointPointer, EggMatrixTablePointer, and EggVertexPointer. Definition at line 71 of file eggBackPointer.h. |
|
Reimplemented from TypedObject. Reimplemented in EggJointNodePointer, EggJointPointer, EggMatrixTablePointer, and EggVertexPointer. Definition at line 60 of file eggBackPointer.h. |
|
Implements TypedObject. Reimplemented in EggJointNodePointer, EggJointPointer, EggMatrixTablePointer, and EggVertexPointer. Definition at line 68 of file eggBackPointer.h. |
|
Reimplemented from TypedObject. Reimplemented in EggJointNodePointer, EggJointPointer, EggMatrixTablePointer, and EggVertexPointer. Definition at line 63 of file eggBackPointer.h. Referenced by ConfigureFn(). |
|
Reimplemented from TypedObject. Reimplemented in EggJointNodePointer, EggJointPointer, EggMatrixTablePointer, and EggVertexPointer. Definition at line 25 of file eggBackPointer.cxx. |