Home | History | Annotate | Download | only in BVH

Lines Matching defs:VolumeList

32 template<typename ObjectList, typename VolumeList, typename BoxIter>
34 void operator()(const ObjectList &objects, BoxIter boxBegin, BoxIter boxEnd, VolumeList &outBoxes)
41 template<typename ObjectList, typename VolumeList>
42 struct get_boxes_helper<ObjectList, VolumeList, int> {
43 void operator()(const ObjectList &objects, int, int, VolumeList &outBoxes)
75 typedef std::vector<Volume, aligned_allocator<Volume> > VolumeList;
106 VolumeList objBoxes;
110 internal::get_boxes_helper<ObjectList, VolumeList, BIter>()(objects, boxBegin, boxEnd, objBoxes);
183 void build(VIPairList &objCenters, int from, int to, const VolumeList &objBoxes, int dim)
216 VolumeList boxes;