20 _bin_type(copy._bin_type),
22 _cull_this_pcollector(copy._cull_this_pcollector),
23 _draw_this_pcollector(copy._draw_this_pcollector)
31 CullBin(
const std::string &name, CullBin::BinType bin_type,
37 _cull_this_pcollector(_cull_bin_pcollector, name),
38 _draw_this_pcollector(draw_region_pcollector, name)
45 INLINE
const std::string &CullBin::
53 INLINE CullBin::BinType CullBin::
54 get_bin_type()
const {
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.
This is a base class for the GraphicsStateGuardian class, which is itself a base class for the variou...