#include <geomLinestrip.h>
Inheritance diagram for GeomLinestrip:
Public Member Functions | |
GeomLinestrip (void) | |
virtual Geom * | make_copy () const |
virtual void | print_draw_immediate (void) 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 |
INLINE void | set_width (float width) |
INLINE float | get_width (void) const |
virtual void | write_datagram (BamWriter *manager, Datagram &me) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
void | register_with_read_factory (void) |
TypedWritable * | make_GeomLinestrip (const FactoryParams ¶ms) |
void | init_type () |
Protected Member Functions | |
void | fillin (DatagramIterator &scan, BamReader *manager) |
Protected Attributes | |
float | _width |
PUBLISHED | __pad0__: static TypeHandle get_class_type() { return _type_handle |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 31 of file geomLinestrip.h. Referenced by explode(), and make_copy(). |
|
Implements Geom. Definition at line 52 of file geomLinestrip.cxx. References GraphicsStateGuardianBase::draw_linestrip(). |
|
Reimplemented from Geom. Definition at line 62 of file geomLinestrip.cxx. References GeomLinestrip(). |
|
Reimplemented from Geom. Definition at line 110 of file geomLinestrip.cxx. References _width, Geom::fillin(), and DatagramIterator::get_float32(). Referenced by make_GeomLinestrip(). |
|
Reimplemented from Geom. Definition at line 81 of file geomLinestrip.h. References Geom::get_class_type(), and Geom::init_type(). |
|
Implements Geom. Definition at line 47 of file geomLinestrip.h. |
|
Implements Geom. Definition at line 40 of file geomLinestrip.h. |
|
Implements Geom. Definition at line 37 of file geomLinestrip.h. |
|
Reimplemented from Geom. Definition at line 78 of file geomLinestrip.h. References Geom::get_class_type(). |
|
Definition at line 54 of file geomLinestrip.h. Referenced by GLGraphicsStateGuardian::draw_linestrip(), DXGraphicsStateGuardian8::draw_linestrip(), DXGraphicsStateGuardian7::draw_linestrip(), and CRGraphicsStateGuardian::draw_linestrip(). |
|
Reimplemented from Geom. Definition at line 73 of file geomLinestrip.h. References Geom::get_class_type(), Geom::init_type(), and register_type(). Referenced by ConfigureFn(). |
|
Implements Geom. Definition at line 42 of file geomLinestrip.cxx. References GeomLinestrip(). |
|
Definition at line 89 of file geomLinestrip.cxx. References Geom::config(), fillin(), WritableConfigurable::make_dirty(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Implements Geom. Definition at line 33 of file geomLinestrip.h. |
|
Definition at line 121 of file geomLinestrip.cxx. References Geom::get_class_type(), BamReader::get_factory(), make_GeomLinestrip(), and Factory< TypedWritable >::register_factory(). Referenced by ConfigureFn(). |
|
Definition at line 53 of file geomLinestrip.h. References width. Referenced by LineSegs::create(). |
|
Implements Geom. Definition at line 43 of file geomLinestrip.h. |
|
Reimplemented from Geom. Definition at line 75 of file geomLinestrip.cxx. References _width, Datagram::add_float32(), and Geom::write_datagram(). |
|
Reimplemented from Geom. Definition at line 70 of file geomLinestrip.h. |
|
Reimplemented from Geom. Definition at line 31 of file geomLinestrip.cxx. |
|
Definition at line 57 of file geomLinestrip.h. Referenced by fillin(), and write_datagram(). |