}
}
- /*
+ /**
* Determines if a given element can intersect the elements of this region by
* testing whether the bounding box of the region intersects the bounding box of the element.
* Note that the test is only true in one direction : if the bounding boxes are disjoint, the
};
-
-
-
};
- /*
+ /**
* Accessor to beginning of elements vector
*
* @return constant iterator pointing at the beginning of the vector or elements
return _elements.begin();
}
- /*
+ /**
* Accessor to end of elements vector
*
* @return constant iterator pointing at the end of the vector or elements
return _elements.end();
}
- /*
+ /**
* Gives information on how many elements are contained in the region.
*
* @return the number of elements contained in the region