#include <loaderFileTypeEgg.h>
Inheritance diagram for LoaderFileTypeEgg:
Public Member Functions | |
LoaderFileTypeEgg () | |
virtual string | get_name () const |
virtual string | get_extension () const |
virtual | PT (PandaNode) load_file(const Filename &path |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
virtual PointerTo< PandaNode > | load_file (const Filename &path, bool report_errors) const |
int | get_type_index () const |
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. | |
bool | is_of_type (TypeHandle handle) const |
Returns true if the current object is or derives from the indicated type. | |
bool | is_exact_type (TypeHandle handle) const |
Returns true if the current object is the indicated type exactly. | |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. | |
Public Attributes | |
virtual bool report_errors | const |
Static Private Attributes | |
TypeHandle | _type_handle |
Definition at line 36 of file loaderFileTypeEgg.h.
|
Definition at line 37 of file loaderFileTypeEgg.cxx. |
|
Reimplemented from LoaderFileType. Definition at line 57 of file loaderFileTypeEgg.h. |
|
Reimplemented from LoaderFileType. Definition at line 46 of file loaderFileTypeEgg.h. |
|
Implements LoaderFileType. Definition at line 60 of file loaderFileTypeEgg.cxx. References load_egg_file(), path, and PT(). |
|
Implements LoaderFileType. Definition at line 48 of file loaderFileTypeEgg.cxx. |
|
Reimplemented from LoaderFileType. Definition at line 54 of file loaderFileTypeEgg.h. |
|
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. This is equivalent to get_type().get_index(). Definition at line 71 of file typedObject.I. References TypeHandle::get_name(), TypedObject::get_type(), and INLINE. |
|
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 LoaderFileType. Definition at line 49 of file loaderFileTypeEgg.h. |
|
Returns true if the current object is the indicated type exactly.
Definition at line 101 of file typedObject.I. Referenced by PT(), and CollisionNode::xform(). |
|
|
Reimplemented in LoaderFileTypeBam. Definition at line 56 of file loaderFileType.cxx. |
|
Referenced by get_extension(). |
|
Reimplemented from LoaderFileType. Definition at line 27 of file loaderFileTypeEgg.cxx. |
|
Definition at line 43 of file loaderFileTypeEgg.h. |