#include <AABSPTree.h>
List of all members.
[inline]
Clears the break node. Can be used before or after the iterator stops from a break. Beta API-- subject to change
Marks the node where the most recent intersection occurred. If the iterator exhausts this node it will stop and set itself to the end iterator.
Use this after you find a true intersection to stop the iterator from searching more than necessary. Beta API-- subject to change
Overloaded dereference operator so the iterator can masquerade as a pointer to a member
Overloaded cast operator so the iterator can masquerade as a pointer to a member
Compares two iterators, but will only return true if both are at the end.
[friend]
Counts how many bounding box intersection tests have been made so far.
A maximum bound on the distance to the intersection.
A minimum bound on the distance to the intersection.