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 {