#include <fogAttrib.h>
Inheritance diagram for FogAttrib:
Public Member Functions | |
virtual void | issue (GraphicsStateGuardianBase *gsg) const |
virtual void | output (ostream &out) const |
virtual void | write_datagram (BamWriter *manager, Datagram &dg) |
virtual int | complete_pointers (TypedWritable **plist, BamReader *manager) |
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 | FogAttrib () |
INLINE bool | is_off () const |
INLINE Fog * | get_fog () const |
PT (Fog) _fog | |
Static Private Member Functions | |
CPT (RenderAttrib) make_off() | |
Private Attributes | |
PUBLISHED | __pad0__: static CPT(RenderAttrib) make(Fog *fog) |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
Reimplemented from RenderAttrib. Definition at line 98 of file fogAttrib.cxx. References DCAST_INTO_R. |
|
Reimplemented from TypedWritable. Definition at line 159 of file fogAttrib.cxx. References TypedWritable::complete_pointers(), DCAST, and NULL. |
|
Reimplemented from RenderAttrib. |
|
Reimplemented from RenderAttrib. Definition at line 198 of file fogAttrib.cxx. References RenderAttrib::fillin(), and BamReader::read_pointer(). Referenced by make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 74 of file fogAttrib.h. References RenderAttrib::get_class_type(), and RenderAttrib::init_type(). |
|
Reimplemented from RenderAttrib. Definition at line 63 of file fogAttrib.h. Referenced by NodePath::clear_fog(), RenderState::determine_fog(), NodePath::get_fog(), NodePath::has_fog(), NodePath::has_fog_off(), and register_with_read_factory(). |
|
|
Reimplemented from RenderAttrib. Definition at line 71 of file fogAttrib.h. References RenderAttrib::get_class_type(). Referenced by output(). |
|
Reimplemented from RenderAttrib. Definition at line 66 of file fogAttrib.h. References RenderAttrib::get_class_type(), RenderAttrib::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
|
Reimplemented from RenderAttrib. Definition at line 63 of file fogAttrib.cxx. References GraphicsStateGuardianBase::issue_fog(). |
|
Implements RenderAttrib. Definition at line 123 of file fogAttrib.cxx. |
|
Definition at line 179 of file fogAttrib.cxx. References fillin(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Definition at line 73 of file fogAttrib.cxx. References get_type(), and is_off(). |
|
|
|
Definition at line 134 of file fogAttrib.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 fogAttrib.cxx. References RenderAttrib::write_datagram(), and BamWriter::write_pointer(). |
|
Reimplemented from RenderAttrib. Definition at line 36 of file fogAttrib.h. |
|
Reimplemented from RenderAttrib. Definition at line 26 of file fogAttrib.cxx. |