WaveBlocksND
|
Forward iterator for the MatrixToGrid class. More...
#include <adaptors.hpp>
Public Member Functions | |
MatrixToGridIterator (MatrixToGrid< Matrix > &adaptor, int i) | |
bool | operator!= (MatrixToGridIterator< Matrix > other) const |
void | operator++ () |
grid_element_type | operator* () const |
Private Types | |
using | grid_element_type = GVector< typename Matrix::Scalar, N > |
Private Attributes | |
MatrixToGrid< Matrix > & | g |
int | i |
Static Private Attributes | |
static const int | N = Matrix::RowsAtCompileTime |
static const int | M = Matrix::ColsAtCompileTime |
Forward iterator for the MatrixToGrid class.
Matrix | The class that the MatrixToGrid is adapting |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
staticprivate |
|
staticprivate |