#include <geomLine.h>
Inheritance diagram for GeomLine:
Public Member Functions | |
GeomLine (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) 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_GeomLine (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 geomLine.h. Referenced by make_copy(). |
|
Implements Geom. Definition at line 51 of file geomLine.cxx. References GraphicsStateGuardianBase::draw_line(). |
|
Reimplemented from Geom. Definition at line 50 of file geomLine.h. |
|
Reimplemented from Geom. Definition at line 98 of file geomLine.cxx. References _width, Geom::fillin(), and DatagramIterator::get_float32(). Referenced by make_GeomLine(). |
|
Reimplemented from Geom. Definition at line 82 of file geomLine.h. References Geom::get_class_type(), and Geom::init_type(). |
|
Implements Geom. Definition at line 46 of file geomLine.h. |
|
Implements Geom. Definition at line 39 of file geomLine.h. |
|
Implements Geom. Definition at line 36 of file geomLine.h. |
|
Reimplemented from Geom. Definition at line 79 of file geomLine.h. References Geom::get_class_type(). |
|
Definition at line 55 of file geomLine.h. Referenced by GLGraphicsStateGuardian::draw_line(), DXGraphicsStateGuardian8::draw_line(), DXGraphicsStateGuardian7::draw_line(), and CRGraphicsStateGuardian::draw_line(). |
|
Reimplemented from Geom. Definition at line 74 of file geomLine.h. References Geom::get_class_type(), Geom::init_type(), and register_type(). Referenced by ConfigureFn(). |
|
Implements Geom. Definition at line 41 of file geomLine.cxx. References GeomLine(). |
|
Definition at line 77 of file geomLine.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 geomLine.h. |
|
Definition at line 109 of file geomLine.cxx. References Geom::get_class_type(), BamReader::get_factory(), make_GeomLine(), and Factory< TypedWritable >::register_factory(). Referenced by ConfigureFn(). |
|
Definition at line 54 of file geomLine.h. References width. Referenced by LineSegs::create(). |
|
Implements Geom. Definition at line 42 of file geomLine.h. |
|
Reimplemented from Geom. Definition at line 62 of file geomLine.cxx. References _width, Datagram::add_float32(), and Geom::write_datagram(). |
|
Reimplemented from Geom. Definition at line 71 of file geomLine.h. |
|
Reimplemented from Geom. Definition at line 30 of file geomLine.cxx. |
|
Definition at line 58 of file geomLine.h. Referenced by fillin(), and write_datagram(). |