#include <fwd-dir-iter.hh>
Inheritance diagram for oln::topo::inter_pixel::fwd_dir_iter< Dim, Exact >:
Public Member Functions | |
fwd_dir_iter () | |
fwd_dir_iter (dir_type i) | |
template<class U> | |
U | operator= (U u) |
dir_type | next () |
Next direction. | |
dir_type | begin () |
First direction. |
Definition at line 59 of file fwd-dir-iter.hh.
U oln::topo::inter_pixel::fwd_dir_iter< Dim, Exact >::operator= | ( | U | u | ) | [inline] |
Assignment.
Definition at line 76 of file fwd-dir-iter.hh.
References oln::topo::inter_pixel::internal::dir_iter_< Dim, Exact >::operator=().
00077 { 00078 return super::operator=(u); 00079 }