Class ADT.CritBit.FloatTree()->Iterator
- Description
Iterator class for FloatTree trees. Supports iterating over ranges with arbitrary stepping and direction.
This is used by default when calling
foreachon an object of FloatTree. Inforeachthe iterator runs over all elements from the first to the last.- See also
predef::Iterator for a description of the interface.