#include <geomPoint.h>
Inheritance diagram for GeomPoint:
Public Member Functions | |
GeomPoint () | |
virtual Geom * | make_copy () const |
virtual void | print_draw_immediate () 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_size (float size) |
INLINE float | get_size (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_GeomPoint (const FactoryParams ¶ms) |
void | init_type () |
Protected Member Functions | |
void | fillin (DatagramIterator &scan, BamReader *manager) |
Protected Attributes | |
float | _size |
PUBLISHED | __pad0__: static TypeHandle get_class_type() { return _type_handle |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 30 of file geomPoint.h. Referenced by make_copy(). |
|
Implements Geom. Definition at line 60 of file geomPoint.cxx. References GraphicsStateGuardianBase::draw_point(). |
|
Reimplemented from Geom. Definition at line 50 of file geomPoint.h. |
|
Reimplemented from Geom. Definition at line 106 of file geomPoint.cxx. References _size, Geom::fillin(), and DatagramIterator::get_float32(). Referenced by make_GeomPoint(). |
|
Reimplemented from Geom. Definition at line 82 of file geomPoint.h. References Geom::get_class_type(), and Geom::init_type(). |
|
Implements Geom. Definition at line 46 of file geomPoint.h. |
|
Implements Geom. Definition at line 39 of file geomPoint.h. |
|
Implements Geom. Definition at line 36 of file geomPoint.h. |
|
Definition at line 55 of file geomPoint.h. Referenced by GLGraphicsStateGuardian::draw_point(), DXGraphicsStateGuardian8::draw_point(), DXGraphicsStateGuardian7::draw_point(), and CRGraphicsStateGuardian::draw_point(). |
|
Reimplemented from Geom. Definition at line 79 of file geomPoint.h. References Geom::get_class_type(). |
|
Reimplemented from Geom. Definition at line 74 of file geomPoint.h. References Geom::get_class_type(), Geom::init_type(), and register_type(). Referenced by ConfigureFn(). |
|
Implements Geom. Definition at line 41 of file geomPoint.cxx. References GeomPoint(). |
|
Definition at line 85 of file geomPoint.cxx. References Geom::config(), fillin(), WritableConfigurable::make_dirty(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Implements Geom. Definition at line 51 of file geomPoint.cxx. |
|
Definition at line 117 of file geomPoint.cxx. References Geom::get_class_type(), BamReader::get_factory(), make_GeomPoint(), and Factory< TypedWritable >::register_factory(). Referenced by ConfigureFn(). |
|
Definition at line 54 of file geomPoint.h. Referenced by LineSegs::create(). |
|
Implements Geom. Definition at line 42 of file geomPoint.h. |
|
Reimplemented from Geom. Definition at line 71 of file geomPoint.cxx. References _size, Datagram::add_float32(), and Geom::write_datagram(). |
|
Reimplemented from Geom. Definition at line 71 of file geomPoint.h. |
|
Definition at line 58 of file geomPoint.h. Referenced by fillin(), and write_datagram(). |
|
Reimplemented from Geom. Definition at line 30 of file geomPoint.cxx. |