[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | CoordinateConstValueAccessor< Accessor, COORD > Class Template Reference |  | 
Forward accessor to the value() part of the values an iterator points to. More...
#include <vigra/coordinate_iterator.hxx>
| Public Member Functions | |
| template<class ITERATOR > | |
| value_type | operator() (ITERATOR const &i) const | 
| template<class ITERATOR , class DIFFERENCE > | |
| value_type | operator() (ITERATOR const &i, DIFFERENCE const &diff) const | 
Forward accessor to the value() part of the values an iterator points to.
CoordinateConstValueAccessor is a accessor that forwards the underlying accessor's operator() read functions. It passes its arguments by value.
#include <vigra/coordinate_iterator.hxx>
 Namespace: vigra 
| value_type operator() | ( | ITERATOR const & | i | ) | const | 
Read the current data item.
| value_type operator() | ( | ITERATOR const & | i, | 
| DIFFERENCE const & | diff | ||
| ) | const | 
Read the data item at an offset.
| 
© Ullrich Köthe     (ullrich.koethe@iwr.uni-heidelberg.de)  | 
html generated using doxygen and Python
 |