|
trase
|
A const iterator that iterates through a single column of the raw data class Impliments an random access iterator with a given stride. More...
#include <ColumnIterator.hpp>
Public Member Functions | |
| ColumnIterator (const std::vector< float >::const_iterator &p, const int stride) | |
| reference | operator* () const |
| reference | operator-> () const |
| ColumnIterator & | operator++ () |
| const ColumnIterator | operator++ (int) |
| ColumnIterator | operator+ (int n) const |
| reference | operator[] (const int i) const |
| size_t | operator- (const ColumnIterator &start) const |
| bool | operator== (const ColumnIterator &rhs) const |
| bool | operator!= (const ColumnIterator &rhs) const |
A const iterator that iterates through a single column of the raw data class Impliments an random access iterator with a given stride.