#include <cullFaceAttrib.h>
Inheritance diagram for CullFaceAttrib:
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 | CPT (RenderAttrib) compose_impl(const RenderAttrib *other) const |
virtual | CPT (RenderAttrib) invert_compose_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 | CullFaceAttrib (Mode mode, bool reverse) |
INLINE Mode | get_actual_mode () const |
INLINE bool | get_reverse () const |
Mode | get_effective_mode () const |
Static Private Member Functions | |
CPT (RenderAttrib) make_reverse() | |
Private Attributes | |
PUBLISHED | __pad0__: enum Mode { M_cull_none |
PUBLISHED | M_cull_clockwise |
PUBLISHED | M_cull_counter_clockwise |
PUBLISHED | M_cull_unchanged |
PUBLISHED | __pad1__: static CPT(RenderAttrib) make(Mode mode = M_cull_clockwise) |
Mode | _mode |
bool | _reverse |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Referenced by make_default_impl(), and make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 163 of file cullFaceAttrib.cxx. References _mode, _reverse, and DCAST_INTO_R. |
|
Reimplemented from RenderAttrib. |
|
Reimplemented from RenderAttrib. |
|
Reimplemented from RenderAttrib. |
|
Reimplemented from RenderAttrib. Definition at line 312 of file cullFaceAttrib.cxx. References _mode, _reverse, RenderAttrib::fillin(), DatagramIterator::get_bool(), BamReader::get_file_minor_ver(), and DatagramIterator::get_int8(). Referenced by make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 85 of file cullFaceAttrib.h. References RenderAttrib::get_class_type(), and RenderAttrib::init_type(). |
|
Referenced by NodePath::get_two_sided(), and output(). |
|
Reimplemented from RenderAttrib. Definition at line 74 of file cullFaceAttrib.h. Referenced by NodePath::clear_two_sided(), NodePath::get_two_sided(), NodePath::has_two_sided(), and register_with_read_factory(). |
|
Definition at line 75 of file cullFaceAttrib.cxx. References M_cull_clockwise, M_cull_counter_clockwise, and M_cull_unchanged. Referenced by GLGraphicsStateGuardian::issue_cull_face(), DXGraphicsStateGuardian8::issue_cull_face(), and DXGraphicsStateGuardian7::prepare_texture(). |
|
Referenced by output(). |
|
Reimplemented from RenderAttrib. Definition at line 82 of file cullFaceAttrib.h. References RenderAttrib::get_class_type(). Referenced by output(). |
|
Reimplemented from RenderAttrib. Definition at line 77 of file cullFaceAttrib.h. References RenderAttrib::get_class_type(), RenderAttrib::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Reimplemented from RenderAttrib. Definition at line 116 of file cullFaceAttrib.cxx. References GraphicsStateGuardianBase::issue_cull_face(). |
|
Implements RenderAttrib. Definition at line 255 of file cullFaceAttrib.cxx. References CullFaceAttrib(), and M_cull_clockwise. |
|
Definition at line 293 of file cullFaceAttrib.cxx. References CullFaceAttrib(), fillin(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Definition at line 126 of file cullFaceAttrib.cxx. References get_actual_mode(), get_reverse(), get_type(), M_cull_clockwise, M_cull_counter_clockwise, and M_cull_unchanged. |
|
Definition at line 266 of file cullFaceAttrib.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 277 of file cullFaceAttrib.cxx. References _mode, _reverse, Datagram::add_bool(), Datagram::add_int8(), and RenderAttrib::write_datagram(). |
|
Reimplemented from RenderAttrib. Definition at line 34 of file cullFaceAttrib.h. |
|
Definition at line 44 of file cullFaceAttrib.h. |
|
Definition at line 62 of file cullFaceAttrib.h. Referenced by compare_to_impl(), fillin(), and write_datagram(). |
|
Definition at line 63 of file cullFaceAttrib.h. Referenced by compare_to_impl(), fillin(), and write_datagram(). |
|
Reimplemented from RenderAttrib. Definition at line 27 of file cullFaceAttrib.cxx. |
|
|
Definition at line 34 of file cullFaceAttrib.h. Referenced by get_effective_mode(), GLGraphicsStateGuardian::issue_cull_face(), DXGraphicsStateGuardian8::issue_cull_face(), CRGraphicsStateGuardian::issue_cull_face(), output(), and DXGraphicsStateGuardian7::prepare_texture(). |
|
Definition at line 34 of file cullFaceAttrib.h. Referenced by get_effective_mode(), and output(). |