#include <renderModeAttrib.h>
Inheritance diagram for RenderModeAttrib:
Public Member Functions | |
virtual void | issue (GraphicsStateGuardianBase *gsg) const |
virtual void | output (ostream &out) const |
virtual void | write_datagram (BamWriter *manager, Datagram &dg) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
void | register_with_read_factory () |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
virtual int | compare_to_impl (const RenderAttrib *other) const |
virtual RenderAttrib * | make_default_impl () const |
void | fillin (DatagramIterator &scan, BamReader *manager) |
Static Protected Member Functions | |
TypedWritable * | make_from_bam (const FactoryParams ¶ms) |
Private Member Functions | |
INLINE | RenderModeAttrib (Mode mode, float line_width) |
INLINE Mode | get_mode () const |
INLINE float | get_line_width () const |
Private Attributes | |
PUBLISHED | __pad0__: enum Mode { M_filled |
PUBLISHED | M_wireframe |
PUBLISHED | __pad1__: static CPT(RenderAttrib) make(Mode mode |
PUBLISHED float | line_width = 1.0f) |
Mode | _mode |
float | _line_width |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Referenced by make_default_impl(), and make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 99 of file renderModeAttrib.cxx. References _line_width, _mode, and DCAST_INTO_R. |
|
Reimplemented from RenderAttrib. Definition at line 180 of file renderModeAttrib.cxx. References _line_width, _mode, RenderAttrib::fillin(), DatagramIterator::get_float32(), and DatagramIterator::get_int8(). Referenced by make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 81 of file renderModeAttrib.h. References RenderAttrib::get_class_type(), and RenderAttrib::init_type(). |
|
Reimplemented from RenderAttrib. Definition at line 70 of file renderModeAttrib.h. Referenced by NodePath::clear_render_mode(), NodePath::has_render_mode(), and register_with_read_factory(). |
|
Referenced by GLGraphicsStateGuardian::issue_render_mode(), CRGraphicsStateGuardian::issue_render_mode(), and output(). |
|
|
Reimplemented from RenderAttrib. Definition at line 78 of file renderModeAttrib.h. References RenderAttrib::get_class_type(). Referenced by output(). |
|
Reimplemented from RenderAttrib. Definition at line 73 of file renderModeAttrib.h. References RenderAttrib::get_class_type(), RenderAttrib::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Reimplemented from RenderAttrib. Definition at line 60 of file renderModeAttrib.cxx. References GraphicsStateGuardianBase::issue_render_mode(). |
|
Implements RenderAttrib. Definition at line 123 of file renderModeAttrib.cxx. References RenderModeAttrib(). |
|
Definition at line 161 of file renderModeAttrib.cxx. References fillin(), params, parse_params(), and RenderModeAttrib(). Referenced by register_with_read_factory(). |
|
Definition at line 70 of file renderModeAttrib.cxx. References get_line_width(), get_mode(), get_type(), and M_wireframe. |
|
Definition at line 134 of file renderModeAttrib.cxx. References get_class_type(), BamReader::get_factory(), make_from_bam(), and Factory< TypedWritable >::register_factory(). Referenced by init_libpgraph(). |
|
Reimplemented from RenderAttrib. Definition at line 145 of file renderModeAttrib.cxx. References _line_width, _mode, Datagram::add_float32(), Datagram::add_int8(), and RenderAttrib::write_datagram(). |
|
Reimplemented from RenderAttrib. Definition at line 33 of file renderModeAttrib.h. |
|
Definition at line 44 of file renderModeAttrib.h. |
|
Definition at line 59 of file renderModeAttrib.h. Referenced by compare_to_impl(), fillin(), and write_datagram(). |
|
Definition at line 58 of file renderModeAttrib.h. Referenced by compare_to_impl(), fillin(), and write_datagram(). |
|
Reimplemented from RenderAttrib. Definition at line 27 of file renderModeAttrib.cxx. |
|
Definition at line 44 of file renderModeAttrib.h. |
|