Class Ray::Iterator

Nested Relationships

This class is a nested type of Template Class Ray.

Class Documentation

class Iterator

Public Functions

inline explicit Iterator(const Ray &ray)
inline Iterator(const Ray &ray, bool end)
inline Index<dim> operator*() const
inline Iterator &operator++()
inline Iterator operator++(int)

Friends

inline friend bool operator==(const Iterator &lhs, const Iterator &rhs)
inline friend bool operator!=(const Iterator &lhs, const Iterator &rhs)