#include <geomTristrip.h>
Inheritance diagram for GeomTristrip:
Public Member Functions | |
GeomTristrip () | |
virtual Geom * | make_copy () const |
virtual void | print_draw_immediate () const |
int | get_num_tris () const |
virtual void | draw_immediate (GraphicsStateGuardianBase *gsg, GeomContext *gc) |
virtual int | get_num_vertices_per_prim () const |
virtual int | get_num_more_vertices_than_components () const |
virtual bool | uses_components () const |
virtual int | get_length (int prim) const |
virtual Geom * | explode () const |
virtual PTA_ushort | get_tris () const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
void | register_with_read_factory (void) |
TypedWritable * | make_GeomTristrip (const FactoryParams ¶ms) |
void | init_type () |
Public Attributes | |
PUBLISHED | __pad0__: static TypeHandle get_class_type() { return _type_handle |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 30 of file geomTristrip.h. Referenced by make_copy(). |
|
Implements Geom. Definition at line 275 of file geomTristrip.cxx. References GraphicsStateGuardianBase::draw_tristrip(). |
|
|
Reimplemented from Geom. Definition at line 70 of file geomTristrip.h. References Geom::get_class_type(), and Geom::init_type(). |
|
Implements Geom. Definition at line 46 of file geomTristrip.h. Referenced by explode(), and DXGraphicsStateGuardian7::prepare_texture(). |
|
Implements Geom. Definition at line 39 of file geomTristrip.h. |
|
Definition at line 285 of file geomTristrip.cxx. References Geom::_numprims, and Geom::_primlengths. Referenced by get_tris(). |
|
Implements Geom. Definition at line 36 of file geomTristrip.h. |
|
Reimplemented from Geom. Definition at line 452 of file geomTristrip.cxx. References Geom::_numprims, Geom::_primlengths, Geom::_vindex, PointerToArray< unsigned short >::empty(), get_num_tris(), len, PTA_ushort, PointerToArray< unsigned short >::push_back(), PointerToArray< unsigned short >::reserve(), and ushort. |
|
Reimplemented from Geom. Definition at line 67 of file geomTristrip.h. References Geom::get_class_type(). |
|
Reimplemented from Geom. Definition at line 62 of file geomTristrip.h. References Geom::get_class_type(), Geom::init_type(), and register_type(). Referenced by ConfigureFn(). |
|
Implements Geom. Definition at line 43 of file geomTristrip.cxx. References GeomTristrip(). |
|
Definition at line 510 of file geomTristrip.cxx. References Geom::config(), Geom::fillin(), WritableConfigurable::make_dirty(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Implements Geom. Definition at line 52 of file geomTristrip.cxx. |
|
Definition at line 528 of file geomTristrip.cxx. References Geom::get_class_type(), BamReader::get_factory(), make_GeomTristrip(), and Factory< TypedWritable >::register_factory(). Referenced by ConfigureFn(). |
|
Implements Geom. Definition at line 42 of file geomTristrip.h. |
|
Reimplemented from Geom. Definition at line 59 of file geomTristrip.h. |
|
Reimplemented from Geom. Definition at line 31 of file geomTristrip.cxx. |