#include <showBoundsEffect.h>
Inheritance diagram for ShowBoundsEffect:
Public Member Functions | |
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 bool | safe_to_combine () const |
virtual int | compare_to_impl (const RenderEffect *other) const |
virtual RenderEffect * | 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 | ShowBoundsEffect () |
Private Attributes | |
PUBLISHED | __pad0__: static CPT(RenderEffect) make() |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
Reimplemented from RenderEffect. Definition at line 66 of file showBoundsEffect.cxx. |
|
Reimplemented from RenderEffect. Definition at line 138 of file showBoundsEffect.cxx. References RenderEffect::fillin(). Referenced by make_from_bam(). |
|
Reimplemented from RenderEffect. Definition at line 65 of file showBoundsEffect.h. References RenderEffect::get_class_type(), and RenderEffect::init_type(). |
|
Reimplemented from RenderEffect. Definition at line 54 of file showBoundsEffect.h. Referenced by RenderEffects::determine_show_bounds(), NodePath::hide_bounds(), and register_with_read_factory(). |
|
Reimplemented from RenderEffect. Definition at line 62 of file showBoundsEffect.h. References RenderEffect::get_class_type(). |
|
Reimplemented from RenderEffect. Definition at line 57 of file showBoundsEffect.h. References RenderEffect::get_class_type(), RenderEffect::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Definition at line 84 of file showBoundsEffect.cxx. |
|
Definition at line 119 of file showBoundsEffect.cxx. References fillin(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Definition at line 95 of file showBoundsEffect.cxx. References get_class_type(), BamReader::get_factory(), make_from_bam(), and Factory< TypedWritable >::register_factory(). Referenced by init_libpgraph(). |
|
Reimplemented from RenderEffect. Definition at line 46 of file showBoundsEffect.cxx. |
|
Reimplemented from RenderEffect. Definition at line 106 of file showBoundsEffect.cxx. References RenderEffect::write_datagram(). |
|
Reimplemented from RenderEffect. Definition at line 38 of file showBoundsEffect.h. |
|
Reimplemented from RenderEffect. Definition at line 25 of file showBoundsEffect.cxx. |