#include <materialAttrib.h>
Inheritance diagram for MaterialAttrib:
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 | MaterialAttrib () |
INLINE bool | is_off () const |
INLINE const Material * | get_material () const |
CPT (Material) _material | |
Static Private Member Functions | |
CPT (RenderAttrib) make_off() | |
Private Attributes | |
PUBLISHED | __pad0__: static CPT(RenderAttrib) make(const Material *material) |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
Reimplemented from RenderAttrib. Definition at line 98 of file materialAttrib.cxx. References DCAST_INTO_R. |
|
Reimplemented from TypedWritable. Definition at line 159 of file materialAttrib.cxx. References TypedWritable::complete_pointers(), DCAST, and NULL. |
|
|
|
Reimplemented from RenderAttrib. |
|
Reimplemented from RenderAttrib. Definition at line 198 of file materialAttrib.cxx. References RenderAttrib::fillin(), and BamReader::read_pointer(). Referenced by make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 77 of file materialAttrib.h. References RenderAttrib::get_class_type(), and RenderAttrib::init_type(). |
|
Reimplemented from RenderAttrib. Definition at line 66 of file materialAttrib.h. Referenced by NodePath::clear_material(), NodePath::has_material(), PT(), and register_with_read_factory(). |
|
Referenced by GLGraphicsStateGuardian::issue_material(), DXGraphicsStateGuardian8::issue_material(), CRGraphicsStateGuardian::issue_material(), DXGraphicsStateGuardian7::prepare_texture(), and PT(). |
|
Reimplemented from RenderAttrib. Definition at line 74 of file materialAttrib.h. References RenderAttrib::get_class_type(). Referenced by output(). |
|
Reimplemented from RenderAttrib. Definition at line 69 of file materialAttrib.h. References RenderAttrib::get_class_type(), RenderAttrib::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Referenced by NodePath::has_material(), and output(). |
|
Reimplemented from RenderAttrib. Definition at line 63 of file materialAttrib.cxx. References GraphicsStateGuardianBase::issue_material(). |
|
Implements RenderAttrib. Definition at line 123 of file materialAttrib.cxx. |
|
Definition at line 179 of file materialAttrib.cxx. References fillin(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Definition at line 73 of file materialAttrib.cxx. References get_type(), and is_off(). |
|
Definition at line 134 of file materialAttrib.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 materialAttrib.cxx. References RenderAttrib::write_datagram(), and BamWriter::write_pointer(). |
|
Reimplemented from RenderAttrib. Definition at line 39 of file materialAttrib.h. |
|
Reimplemented from RenderAttrib. Definition at line 26 of file materialAttrib.cxx. |