Home
last modified time | relevance | path

Searched refs:bin_packer (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp44 bin_packer; typedef
74 std::vector<bin_packer*> bins; // the array of bin packers
78 typedef bin_packer::output_ports_type ports_type;
84 bin_packer* my_bin_packer; // ptr to the bin packer that this body object is associated with
320 bins[i] = new bin_packer(g, 1, bin_filler(i, &the_value_pool)); in main()