15 #ifndef CULLBINFRONTTOBACK_H
16 #define CULLBINFRONTTOBACK_H
18 #include "pandabase.h"
22 #include "transformState.h"
23 #include "renderState.h"
24 #include "pointerTo.h"
40 virtual ~CullBinFrontToBack();
42 static CullBin *make_bin(
const string &name,
48 virtual void draw(
bool force,
Thread *current_thread);
51 virtual void fill_result_graph(ResultGraphBuilder &builder);
57 INLINE
bool operator < (
const ObjectData &other)
const;
70 static void init_type() {
72 register_type(_type_handle,
"CullBinFrontToBack",
73 CullBin::get_class_type());
76 return get_class_type();
78 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
84 #include "cullBinFrontToBack.I"
A collection of Geoms and their associated state, for a particular scene.
A lightweight class that represents a single element that may be timed and/or counted via stats...
A specific kind of CullBin that sorts geometry in order from nearest to furthest based on the center ...
The smallest atom of cull.
This is a base class for the GraphicsStateGuardian class, which is itself a base class for the variou...
A thread; that is, a lightweight process.
TypeHandle is the identifier used to differentiate C++ class types.
This object holds the camera position, etc., and other general setup information for rendering a part...