31 else if( 0 > tmp_int )
52 std::vector< BoundBox > boxes( results.
size() );
55 for( std::vector< BoundBox >::iterator vit = boxes.begin(); vit != boxes.end(); ++vit )
71 for(
int i = 0; i < 3; i++ )
90 std::vector< EntityHandle >
children, dead_sets, current_sets;
91 current_sets.push_back(
myRoot );
92 while( !current_sets.empty() )
95 current_sets.pop_back();
96 dead_sets.push_back( set );
99 std::copy(
children.begin(),
children.end(), std::back_inserter( current_sets ) );