Class Gridder::Iterator

Nested Relationships

This class is a nested type of Template Class Gridder.

Class Documentation

class Iterator

Iterator for Segment class.

Public Functions

inline Iterator(Gridder *grid, float x, float y, float range)
inline void Init(float x, float y, float range)

Initializes Iterator constructor.

inline Iterator(const Iterator &it)
inline Iterator &operator=(const Iterator &it)
inline bool hasNext()
inline T &next()