#include <dxGeomNodeContext8.h>
Inheritance diagram for DXGeomNodeContext8:
Public Types | |
typedef pvector< PT(Geom) | Geoms ) |
Public Member Functions | |
DXGeomNodeContext8 (GeomNode *node) | |
~DXGeomNodeContext8 () | |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
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 | |
Geoms | _cached_geoms |
Geoms | _other_geoms |
int | _start_index |
int | _num_verts |
BYTE * | _pEndofVertData |
vector< DPInfo > | _PrimInfo |
GeomNode * | _node |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 51 of file dxGeomNodeContext8.h. |
|
Definition at line 31 of file dxGeomNodeContext8.I. |
|
Definition at line 26 of file dxGeomNodeContext8.cxx. |
|
Reimplemented from GeomNodeContext. Definition at line 85 of file dxGeomNodeContext8.h. |
|
Reimplemented from GeomNodeContext. Definition at line 74 of file dxGeomNodeContext8.h. |
|
Reimplemented from GeomNodeContext. Definition at line 82 of file dxGeomNodeContext8.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 GeomNodeContext. Definition at line 77 of file dxGeomNodeContext8.h. References GeomNodeContext::get_class_type(). |
|
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(). |
|
|
Definition at line 52 of file dxGeomNodeContext8.h. |
|
Definition at line 71 of file geomNodeContext.h. |
|
Definition at line 65 of file dxGeomNodeContext8.h. |
|
Definition at line 52 of file dxGeomNodeContext8.h. |
|
Definition at line 67 of file dxGeomNodeContext8.h. |
|
Definition at line 71 of file dxGeomNodeContext8.h. |
|
Definition at line 64 of file dxGeomNodeContext8.h. |
|
Reimplemented from GeomNodeContext. Definition at line 24 of file dxGeomNodeContext8.cxx. |