#include <cullBinUnsorted.h>
Inheritance diagram for CullBinUnsorted:
Public Member Functions | |
INLINE | CullBinUnsorted (GraphicsStateGuardianBase *gsg) |
~CullBinUnsorted () | |
virtual void | add_object (CullableObject *object) |
virtual void | draw () |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Private Types | |
typedef pvector< CullableObject * > | Objects |
Private Attributes | |
Objects | _objects |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 43 of file cullBinUnsorted.h. |
|
|
|
Definition at line 32 of file cullBinUnsorted.cxx. References _objects. |
|
Implements CullBin. Definition at line 47 of file cullBinUnsorted.cxx. References _objects. |
|
Implements CullBin. Definition at line 58 of file cullBinUnsorted.cxx. References CullBin::_gsg, _objects, and CullHandler::draw(). |
|
Reimplemented from CullBin. Definition at line 58 of file cullBinUnsorted.h. References CullBin::get_class_type(), and CullBin::init_type(). |
|
Reimplemented from CullBin. Definition at line 47 of file cullBinUnsorted.h. |
|
Reimplemented from CullBin. Definition at line 55 of file cullBinUnsorted.h. References CullBin::get_class_type(). |
|
Reimplemented from CullBin. Definition at line 50 of file cullBinUnsorted.h. References CullBin::get_class_type(), CullBin::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Definition at line 44 of file cullBinUnsorted.h. Referenced by add_object(), draw(), and ~CullBinUnsorted(). |
|
Reimplemented from CullBin. Definition at line 24 of file cullBinUnsorted.cxx. |